Html Css Color HEX #4CB99C Puerto Rico

📋 copy color: '#4CB99C'

red 76 ◦ green 185 ◦ blue 156

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

Shades of Puerto Rico #4CB99C

Tints of Puerto Rico #4CB99C

RGB

 RED value IS 76 (30.08% from 255) = 18.23%

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

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 18.23%
G = 44.36%
B = 37.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#4CB99C (or 0x4CB99C) is known color: Puerto Rico. HEX triplet: 4C, B9 and 9C. RGB value is (76,185,156). Sum of RGB (Red+Green+Blue) = 76+185+156=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB99C is #B34663. Grayscale: #959595. Windows color (decimal): -11748964 or 10271052. OLE color: 10271052.

HSL color Cylindrical-coordinate representation of color #4CB99C: hue angle of 164.04º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB99C is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 185 156 -
CMYK 0.59 0 0.16 0.27
HSL 164.04º 0.44% 0.51% -
HSV(B) 164.04º 0.59% 0.73% -
XYZ 26.33 38.63 37.52 -
YUV 149.1 131.89 75.86 -
System Red Green Blue C M Y K H S L
Decimal 76 185 156 0.59 0 0.16 0.27 164.04 0.44 0.51
Hex 4C B9 9C 3B 0 10 1B A4 2C 33
Octal 114 271 234 73 0 20 33 244 54 63
Binary 1001100 10111001 10011100 111011 0 10000 11011 10100100 101100 110011

Color Harmonies of #4CB99C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB99C

Black with #4CB99C

Text Example


Text Example

White with #4CB99C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CB99C; }

 p { color: rgb(76,185,156); }

 H1.HeaderClassName
 {
   color: #4CB99C;
 }
 .AnyTagClassName
 {
   color: #4CB99C;
 }
</style>

background-color css

<style>
 a { background-color: #4CB99C; }

 a { background-color: rgb(76,185,156); }

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

border-color css

<style>
 span { border-color: #4CB99C; }

 span { border-color: rgb(76,185,156); }

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