Html Css Color HEX #42BBB2 Puerto Rico

📋 copy color: '#42BBB2'

red 66 ◦ green 187 ◦ blue 178

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

Shades of Puerto Rico #42BBB2

Tints of Puerto Rico #42BBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 15.31%
G = 43.39%
B = 41.3%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#42BBB2 (or 0x42BBB2) is known color: Puerto Rico. HEX triplet: 42, BB and B2. RGB value is (66,187,178). Sum of RGB (Red+Green+Blue) = 66+187+178=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #42BBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BBB2 is #BD444D. Grayscale: #959595. Windows color (decimal): -12403790 or 11713346. OLE color: 11713346.

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

Color convert

RGB 66 187 178 -
CMYK 0.65 0 0.05 0.27
HSL 175.54º 0.48% 0.5% -
HSV(B) 175.54º 0.65% 0.73% -
XYZ 28.05 39.91 48.34 -
YUV 149.8 143.91 68.23 -
System Red Green Blue C M Y K H S L
Decimal 66 187 178 0.65 0 0.05 0.27 175.54 0.48 0.5
Hex 42 BB B2 41 0 5 1B B0 30 32
Octal 102 273 262 101 0 5 33 260 60 62
Binary 1000010 10111011 10110010 1000001 0 101 11011 10110000 110000 110010

Color Harmonies of #42BBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BBB2

Black with #42BBB2

Text Example


Text Example

White with #42BBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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