#42B29E

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

Shades of Puerto Rico #42B29E

Tints of Puerto Rico #42B29E

Color information

#42B29E (or 0x42B29E) is unknown color: approx Puerto Rico. HEX triplet: 42, B2 and 9E. RGB value is (66,178,158). Sum of RGB (Red+Green+Blue) = 66+178+158=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #42B29E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B29E is #BD4D61. Grayscale: #8E8E8E. Windows color (decimal): -12406114 or 10400322. OLE color: 10400322.

HSL color Cylindrical-coordinate representation of color #42B29E: hue angle of 169.29º 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 #42B29E is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB66178158-
CMYK0.6300.110.30
HSL169.29º45.9%47.84%-
HSV(B)169.29º62.92%69.8%-
XYZ24.3435.4737.91-
YUV142.23136.8973.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.42%
GREEN value IS 178 (69.92% from 255) = 44.28%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=16.42%
G=44.28%
B=39.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661781580.6300.110.30169.2945.947.84
Hex42B29E3F0B1Ea92e30
Octal10226223677013362515660
Binary10000101011001010011110111111010111111010101001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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