#42B59E

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

Shades of Puerto Rico #42B59E

Tints of Puerto Rico #42B59E

Color information

#42B59E (or 0x42B59E) is unknown color: approx Puerto Rico. HEX triplet: 42, B5 and 9E. RGB value is (66,181,158). Sum of RGB (Red+Green+Blue) = 66+181+158=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 181 (71.09% from 255 or 44.69% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 181 - color contains mainly: green. Hex color #42B59E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B59E is #BD4A61. Grayscale: #8F8F8F. Windows color (decimal): -12405346 or 10401090. OLE color: 10401090.

HSL color Cylindrical-coordinate representation of color #42B59E: hue angle of 168º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B59E is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB66181158-
CMYK0.6400.130.29
HSL168º46.56%48.43%-
HSV(B)168º63.54%70.98%-
XYZ24.9436.6738.11-
YUV143.99135.972.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.30%
GREEN value IS 181 (71.09% from 255) = 44.69%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=16.30%
G=44.69%
B=39.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661811580.6400.130.2916846.5648.43
Hex42B59E400D1Da82f30
Octal102265236100015352505760
Binary100001010110101100111101000000011011110110101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,181,158); }

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

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

 a { background-color: rgb(66,181,158); }

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

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

 span { border-color: rgb(66,181,158); }

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