Html Css Color HEX #42B99D Puerto Rico

📋 copy color: '#42B99D'

red 66 ◦ green 185 ◦ blue 157

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

Shades of Puerto Rico #42B99D

Tints of Puerto Rico #42B99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 16.18%
G = 45.34%
B = 38.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#42B99D (or 0x42B99D) is known color: Puerto Rico. HEX triplet: 42, B9 and 9D. RGB value is (66,185,157). Sum of RGB (Red+Green+Blue) = 66+185+157=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #42B99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B99D is #BD4662. Grayscale: #929292. Windows color (decimal): -12404323 or 10336578. OLE color: 10336578.

HSL color Cylindrical-coordinate representation of color #42B99D: hue angle of 165.88º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B99D is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 157 -
CMYK 0.64 0 0.15 0.27
HSL 165.88º 0.47% 0.49% -
HSV(B) 165.88º 0.64% 0.73% -
XYZ 25.68 38.29 37.94 -
YUV 146.23 134.08 70.78 -
System Red Green Blue C M Y K H S L
Decimal 66 185 157 0.64 0 0.15 0.27 165.88 0.47 0.49
Hex 42 B9 9D 40 0 F 1B A6 2F 31
Octal 102 271 235 100 0 17 33 246 57 61
Binary 1000010 10111001 10011101 1000000 0 1111 11011 10100110 101111 110001

Color Harmonies of #42B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B99D

Black with #42B99D

Text Example


Text Example

White with #42B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,185,157); }

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

background-color css

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

 a { background-color: rgb(66,185,157); }

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

border-color css

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

 span { border-color: rgb(66,185,157); }

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