Html Css Color HEX #42BB9E Puerto Rico

📋 copy color: '#42BB9E'

red 66 ◦ green 187 ◦ blue 158

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

Shades of Puerto Rico #42BB9E

Tints of Puerto Rico #42BB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.44%

R = 16.06%
G = 45.5%
B = 38.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#42BB9E (or 0x42BB9E) is known color: Puerto Rico. HEX triplet: 42, BB and 9E. RGB value is (66,187,158). Sum of RGB (Red+Green+Blue) = 66+187+158=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BB9E is #BD4461. Grayscale: #939393. Windows color (decimal): -12403810 or 10402626. OLE color: 10402626.

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

Color convert

RGB 66 187 158 -
CMYK 0.65 0 0.16 0.27
HSL 165.62º 0.48% 0.5% -
HSV(B) 165.62º 0.65% 0.73% -
XYZ 26.19 39.17 38.53 -
YUV 147.52 133.91 69.86 -
System Red Green Blue C M Y K H S L
Decimal 66 187 158 0.65 0 0.16 0.27 165.62 0.48 0.5
Hex 42 BB 9E 41 0 10 1B A6 30 32
Octal 102 273 236 101 0 20 33 246 60 62
Binary 1000010 10111011 10011110 1000001 0 10000 11011 10100110 110000 110010

Color Harmonies of #42BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB9E

Black with #42BB9E

Text Example


Text Example

White with #42BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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