Html Css Color HEX #42BBAA Puerto Rico

📋 copy color: '#42BBAA'

red 66 ◦ green 187 ◦ blue 170

#42BBAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #42BBAA

Tints of Puerto Rico #42BBAA

RGB

 RED value IS 66 (26.17% from 255) = 15.6%

 GREEN value IS 187 (73.44% from 255) = 44.21%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 15.6%
G = 44.21%
B = 40.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#42BBAA (or 0x42BBAA) is known color: Puerto Rico. HEX triplet: 42, BB and AA. RGB value is (66,187,170). Sum of RGB (Red+Green+Blue) = 66+187+170=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #42BBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BBAA is #BD4455. Grayscale: #949494. Windows color (decimal): -12403798 or 11189058. OLE color: 11189058.

HSL color Cylindrical-coordinate representation of color #42BBAA: hue angle of 171.57º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BBAA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 170 -
CMYK 0.65 0 0.09 0.27
HSL 171.57º 0.48% 0.5% -
HSV(B) 171.57º 0.65% 0.73% -
XYZ 27.27 39.6 44.24 -
YUV 148.88 139.91 68.88 -
System Red Green Blue C M Y K H S L
Decimal 66 187 170 0.65 0 0.09 0.27 171.57 0.48 0.5
Hex 42 BB AA 41 0 9 1B AC 30 32
Octal 102 273 252 101 0 11 33 254 60 62
Binary 1000010 10111011 10101010 1000001 0 1001 11011 10101100 110000 110010

Color Harmonies of #42BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBAA

Black with #42BBAA

Text Example


Text Example

White with #42BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,170); }

 H1.HeaderClassName
 {
   color: #42BBAA;
 }
 .AnyTagClassName
 {
   color: #42BBAA;
 }
</style>

background-color css

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

 a { background-color: rgb(66,187,170); }

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

border-color css

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

 span { border-color: rgb(66,187,170); }

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