#42B299

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

Shades of Puerto Rico #42B299

Tints of Puerto Rico #42B299

Color information

#42B299 (or 0x42B299) is unknown color: approx Puerto Rico. HEX triplet: 42, B2 and 99. RGB value is (66,178,153). Sum of RGB (Red+Green+Blue) = 66+178+153=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #42B299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B299 is #BD4D66. Grayscale: #8D8D8D. Windows color (decimal): -12406119 or 10072642. OLE color: 10072642.

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

Color convert

RGB66178153-
CMYK0.6300.140.30
HSL166.61º45.9%47.84%-
HSV(B)166.61º62.92%69.8%-
XYZ23.9235.335.69-
YUV141.66134.3974.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.62%
GREEN value IS 178 (69.92% from 255) = 44.84%
BLUE value IS 153 (60.16% from 255) = 38.54%
R=16.62%
G=44.84%
B=38.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661781530.6300.140.30166.6145.947.84
Hex42B2993F0E1Ea72e30
Octal10226223177016362475660
Binary10000101011001010011001111111011101111010100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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