#42B89A

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

Shades of Puerto Rico #42B89A

Tints of Puerto Rico #42B89A

Color information

#42B89A (or 0x42B89A) is unknown color: approx Puerto Rico. HEX triplet: 42, B8 and 9A. RGB value is (66,184,154). Sum of RGB (Red+Green+Blue) = 66+184+154=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #42B89A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B89A is #BD4765. Grayscale: #919191. Windows color (decimal): -12404582 or 10139714. OLE color: 10139714.

HSL color Cylindrical-coordinate representation of color #42B89A: hue angle of 164.75º 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 #42B89A is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB66184154-
CMYK0.6400.160.28
HSL164.75º47.2%49.02%-
HSV(B)164.75º64.13%72.16%-
XYZ25.2237.7736.53-
YUV145.3132.9171.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 184 (72.27% from 255) = 45.54%
BLUE value IS 154 (60.55% from 255) = 38.12%
R=16.34%
G=45.54%
B=38.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661841540.6400.160.28164.7547.249.02
Hex42B89A400101Ca52f31
Octal102270232100020342455761
Binary1000010101110001001101010000000100001110010100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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