#42C4AD

Color #42C4AD Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #42C4AD

Tints of Puerto Rico #42C4AD

Color information

#42C4AD (or 0x42C4AD) is unknown color: approx Puerto Rico. HEX triplet: 42, C4 and AD. RGB value is (66,196,173). Sum of RGB (Red+Green+Blue) = 66+196+173=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 196 - color contains mainly: green. Hex color #42C4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C4AD is #BD3B52. Grayscale: #9A9A9A. Windows color (decimal): -12401491 or 11387970. OLE color: 11387970.

HSL color Cylindrical-coordinate representation of color #42C4AD: hue angle of 169.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C4AD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB66196173-
CMYK0.6600.120.23
HSL169.38º52.42%51.37%-
HSV(B)169.38º66.33%76.86%-
XYZ29.5343.6646.41-
YUV154.51138.4364.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=15.17%
G=45.06%
B=39.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661961730.6600.120.23169.3852.4251.37
Hex42C4AD420C17a93433
Octal102304255102014272516463
Binary100001011000100101011011000010011001011110101001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42C4AD; }

 p { color: rgb(66,196,173); }

 H1.HeaderClassName
 {
   color: #42C4AD;
 }
 .AnyTagClassName
 {
   color: #42C4AD;
 }
</style>
background-color css

<style>
 a { background-color: #42C4AD; }

 a { background-color: rgb(66,196,173); }

 div.DivClassName
 {
   background-color: #42C4AD;
 }
 .BgClassName
 {
   background-color: #42C4AD;
 }
</style>
border-color css

<style>
 span { border-color: #42C4AD; }

 span { border-color: rgb(66,196,173); }

 td.TdClassName
 {
   border-color: #42C4AD;
 }
 .TagClassName
 {
   border-color: #42C4AD;
 }
</style>