#42B29B

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

Shades of Puerto Rico #42B29B

Tints of Puerto Rico #42B29B

Color information

#42B29B (or 0x42B29B) is unknown color: approx Puerto Rico. HEX triplet: 42, B2 and 9B. RGB value is (66,178,155). Sum of RGB (Red+Green+Blue) = 66+178+155=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #42B29B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B29B is #BD4D64. Grayscale: #8D8D8D. Windows color (decimal): -12406117 or 10203714. OLE color: 10203714.

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

Color convert

RGB66178155-
CMYK0.6300.130.30
HSL167.68º45.9%47.84%-
HSV(B)167.68º62.92%69.8%-
XYZ24.0835.3736.57-
YUV141.89135.3973.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=16.54%
G=44.61%
B=38.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661781550.6300.130.30167.6845.947.84
Hex42B29B3F0D1Ea82e30
Octal10226223377015362505660
Binary10000101011001010011011111111011011111010101000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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