#42C1AB

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

Shades of Puerto Rico #42C1AB

Tints of Puerto Rico #42C1AB

Color information

#42C1AB (or 0x42C1AB) is unknown color: approx Puerto Rico. HEX triplet: 42, C1 and AB. RGB value is (66,193,171). Sum of RGB (Red+Green+Blue) = 66+193+171=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #42C1AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C1AB is #BD3E54. Grayscale: #989898. Windows color (decimal): -12402261 or 11256130. OLE color: 11256130.

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

Color convert

RGB66193171-
CMYK0.6600.110.24
HSL169.61º50.6%50.78%-
HSV(B)169.61º65.8%75.69%-
XYZ28.6742.2445.17-
YUV152.52138.4266.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.35%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=15.35%
G=44.88%
B=39.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661931710.6600.110.24169.6150.650.78
Hex42C1AB420B18aa3333
Octal102301253102013302526363
Binary100001011000001101010111000010010111100010101010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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