#42C4AB

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

Shades of Puerto Rico #42C4AB

Tints of Puerto Rico #42C4AB

Color information

#42C4AB (or 0x42C4AB) is unknown color: approx Puerto Rico. HEX triplet: 42, C4 and AB. RGB value is (66,196,171). Sum of RGB (Red+Green+Blue) = 66+196+171=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #42C4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C4AB is #BD3B54. Grayscale: #9A9A9A. Windows color (decimal): -12401493 or 11256898. OLE color: 11256898.

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

Color convert

RGB66196171-
CMYK0.6600.130.23
HSL168.46º52.42%51.37%-
HSV(B)168.46º66.33%76.86%-
XYZ29.3443.5845.39-
YUV154.28137.4365.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.24%
GREEN value IS 196 (76.95% from 255) = 45.27%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=15.24%
G=45.27%
B=39.49%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661961710.6600.130.23168.4652.4251.37
Hex42C4AB420D17a83433
Octal102304253102015272506463
Binary100001011000100101010111000010011011011110101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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