#42B8AA

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

Shades of Puerto Rico #42B8AA

Tints of Puerto Rico #42B8AA

Color information

#42B8AA (or 0x42B8AA) is unknown color: approx Puerto Rico. HEX triplet: 42, B8 and AA. RGB value is (66,184,170). Sum of RGB (Red+Green+Blue) = 66+184+170=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #42B8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B8AA is #BD4755. Grayscale: #939393. Windows color (decimal): -12404566 or 11188290. OLE color: 11188290.

HSL color Cylindrical-coordinate representation of color #42B8AA: hue angle of 172.88º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B8AA is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB66184170-
CMYK0.6400.080.28
HSL172.88º47.2%49.02%-
HSV(B)172.88º64.13%72.16%-
XYZ26.6438.3444.03-
YUV147.12140.9170.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.71%
GREEN value IS 184 (72.27% from 255) = 43.81%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=15.71%
G=43.81%
B=40.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661841700.6400.080.28172.8847.249.02
Hex42B8AA40081Cad2f31
Octal102270252100010342555761
Binary100001010111000101010101000000010001110010101101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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