#42C2AA

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

Shades of Puerto Rico #42C2AA

Tints of Puerto Rico #42C2AA

Color information

#42C2AA (or 0x42C2AA) is unknown color: approx Puerto Rico. HEX triplet: 42, C2 and AA. RGB value is (66,194,170). Sum of RGB (Red+Green+Blue) = 66+194+170=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 194 (76.17% from 255 or 45.12% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 194 - color contains mainly: green. Hex color #42C2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C2AA is #BD3D55. Grayscale: #989898. Windows color (decimal): -12402006 or 11190850. OLE color: 11190850.

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

Color convert

RGB66194170-
CMYK0.6600.120.24
HSL168.75º51.2%50.98%-
HSV(B)168.75º65.98%76.08%-
XYZ28.7942.6444.74-
YUV152.99137.5965.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.35%
GREEN value IS 194 (76.17% from 255) = 45.12%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=15.35%
G=45.12%
B=39.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661941700.6600.120.24168.7551.250.98
Hex42C2AA420C18a93333
Octal102302252102014302516363
Binary100001011000010101010101000010011001100010101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,194,170); }

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

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

 a { background-color: rgb(66,194,170); }

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

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

 span { border-color: rgb(66,194,170); }

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