#42C1AA

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

Shades of Puerto Rico #42C1AA

Tints of Puerto Rico #42C1AA

Color information

#42C1AA (or 0x42C1AA) is unknown color: approx Puerto Rico. HEX triplet: 42, C1 and AA. RGB value is (66,193,170). Sum of RGB (Red+Green+Blue) = 66+193+170=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #42C1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C1AA is #BD3E55. Grayscale: #989898. Windows color (decimal): -12402262 or 11190594. OLE color: 11190594.

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

Color convert

RGB66193170-
CMYK0.6600.120.24
HSL169.13º50.6%50.78%-
HSV(B)169.13º65.8%75.69%-
XYZ28.5742.244.67-
YUV152.4137.9266.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.38%
GREEN value IS 193 (75.78% from 255) = 44.99%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=15.38%
G=44.99%
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.24
SystemRedGreenBlueCMYKHSL
Decimal661931700.6600.120.24169.1350.650.78
Hex42C1AA420C18a93333
Octal102301252102014302516363
Binary100001011000001101010101000010011001100010101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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