#42C2AB

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

Shades of Puerto Rico #42C2AB

Tints of Puerto Rico #42C2AB

Color information

#42C2AB (or 0x42C2AB) is unknown color: approx Puerto Rico. HEX triplet: 42, C2 and AB. RGB value is (66,194,171). Sum of RGB (Red+Green+Blue) = 66+194+171=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #42C2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C2AB is #BD3D54. Grayscale: #999999. Windows color (decimal): -12402005 or 11256386. OLE color: 11256386.

HSL color Cylindrical-coordinate representation of color #42C2AB: hue angle of 169.22º 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 #42C2AB is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB66194171-
CMYK0.6600.120.24
HSL169.22º51.2%50.98%-
HSV(B)169.22º65.98%76.08%-
XYZ28.8942.6845.24-
YUV153.11138.0965.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 194 (76.17% from 255) = 45.01%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=15.31%
G=45.01%
B=39.68%

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
Decimal661941710.6600.120.24169.2251.250.98
Hex42C2AB420C18a93333
Octal102302253102014302516363
Binary100001011000010101010111000010011001100010101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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