#42C4AC

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

Shades of Puerto Rico #42C4AC

Tints of Puerto Rico #42C4AC

Color information

#42C4AC (or 0x42C4AC) is unknown color: approx Puerto Rico. HEX triplet: 42, C4 and AC. RGB value is (66,196,172). Sum of RGB (Red+Green+Blue) = 66+196+172=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #42C4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C4AC is #BD3B53. Grayscale: #9A9A9A. Windows color (decimal): -12401492 or 11322434. OLE color: 11322434.

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

Color convert

RGB66196172-
CMYK0.6600.120.23
HSL168.92º52.42%51.37%-
HSV(B)168.92º66.33%76.86%-
XYZ29.4343.6245.9-
YUV154.39137.9364.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.21%
GREEN value IS 196 (76.95% from 255) = 45.16%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=15.21%
G=45.16%
B=39.63%

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
Decimal661961720.6600.120.23168.9252.4251.37
Hex42C4AC420C17a93433
Octal102304254102014272516463
Binary100001011000100101011001000010011001011110101001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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