#42B39E

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

Shades of Puerto Rico #42B39E

Tints of Puerto Rico #42B39E

Color information

#42B39E (or 0x42B39E) is unknown color: approx Puerto Rico. HEX triplet: 42, B3 and 9E. RGB value is (66,179,158). Sum of RGB (Red+Green+Blue) = 66+179+158=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #42B39E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B39E is #BD4C61. Grayscale: #8E8E8E. Windows color (decimal): -12405858 or 10400578. OLE color: 10400578.

HSL color Cylindrical-coordinate representation of color #42B39E: hue angle of 168.85º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B39E is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB66179158-
CMYK0.6300.120.30
HSL168.85º46.12%48.04%-
HSV(B)168.85º63.13%70.2%-
XYZ24.5435.8737.98-
YUV142.82136.5673.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 179 (70.31% from 255) = 44.42%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=16.38%
G=44.42%
B=39.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661791580.6300.120.30168.8546.1248.04
Hex42B39E3F0C1Ea92e30
Octal10226323677014362515660
Binary10000101011001110011110111111011001111010101001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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