Html Css Color HEX #4CB99E Puerto Rico

📋 copy color: '#4CB99E'

red 76 ◦ green 185 ◦ blue 158

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

Shades of Puerto Rico #4CB99E

Tints of Puerto Rico #4CB99E

RGB

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

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

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

R = 18.14%
G = 44.15%
B = 37.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#4CB99E (or 0x4CB99E) is known color: Puerto Rico. HEX triplet: 4C, B9 and 9E. RGB value is (76,185,158). Sum of RGB (Red+Green+Blue) = 76+185+158=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB99E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB99E is #B34661. Grayscale: #959595. Windows color (decimal): -11748962 or 10402124. OLE color: 10402124.

HSL color Cylindrical-coordinate representation of color #4CB99E: hue angle of 165.14º 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 #4CB99E is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 76 185 158 -
CMYK 0.59 0 0.15 0.27
HSL 165.14º 0.44% 0.51% -
HSV(B) 165.14º 0.59% 0.73% -
XYZ 26.5 38.7 38.42 -
YUV 149.33 132.89 75.7 -
System Red Green Blue C M Y K H S L
Decimal 76 185 158 0.59 0 0.15 0.27 165.14 0.44 0.51
Hex 4C B9 9E 3B 0 F 1B A5 2C 33
Octal 114 271 236 73 0 17 33 245 54 63
Binary 1001100 10111001 10011110 111011 0 1111 11011 10100101 101100 110011

Color Harmonies of #4CB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB99E

Black with #4CB99E

Text Example


Text Example

White with #4CB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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