Html Css Color HEX #42BBB0 Puerto Rico

📋 copy color: '#42BBB0'

red 66 ◦ green 187 ◦ blue 176

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

Shades of Puerto Rico #42BBB0

Tints of Puerto Rico #42BBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 15.38%
G = 43.59%
B = 41.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#42BBB0 (or 0x42BBB0) is known color: Puerto Rico. HEX triplet: 42, BB and B0. RGB value is (66,187,176). Sum of RGB (Red+Green+Blue) = 66+187+176=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 187 - color contains mainly: green. Hex color #42BBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BBB0 is #BD444F. Grayscale: #959595. Windows color (decimal): -12403792 or 11582274. OLE color: 11582274.

HSL color Cylindrical-coordinate representation of color #42BBB0: hue angle of 174.55º 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 #42BBB0 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 176 -
CMYK 0.65 0 0.06 0.27
HSL 174.55º 0.48% 0.5% -
HSV(B) 174.55º 0.65% 0.73% -
XYZ 27.85 39.83 47.29 -
YUV 149.57 142.91 68.39 -
System Red Green Blue C M Y K H S L
Decimal 66 187 176 0.65 0 0.06 0.27 174.55 0.48 0.5
Hex 42 BB B0 41 0 6 1B AF 30 32
Octal 102 273 260 101 0 6 33 257 60 62
Binary 1000010 10111011 10110000 1000001 0 110 11011 10101111 110000 110010

Color Harmonies of #42BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBB0

Black with #42BBB0

Text Example


Text Example

White with #42BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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