Html Css Color HEX #4DAC99 Puerto Rico

📋 copy color: '#4DAC99'

red 77 ◦ green 172 ◦ blue 153

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

Shades of Puerto Rico #4DAC99

Tints of Puerto Rico #4DAC99

RGB

 RED value IS 77 (30.47% from 255) = 19.15%

 GREEN value IS 172 (67.58% from 255) = 42.79%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 19.15%
G = 42.79%
B = 38.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#4DAC99 (or 0x4DAC99) is known color: Puerto Rico. HEX triplet: 4D, AC and 99. RGB value is (77,172,153). Sum of RGB (Red+Green+Blue) = 77+172+153=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC99 is #B25366. Grayscale: #8D8D8D. Windows color (decimal): -11686759 or 10071117. OLE color: 10071117.

HSL color Cylindrical-coordinate representation of color #4DAC99: hue angle of 168º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC99 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 172 153 -
CMYK 0.55 0 0.11 0.33
HSL 168º 0.38% 0.49% -
HSV(B) 168º 0.55% 0.67% -
XYZ 23.56 33.38 35.34 -
YUV 141.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 77 172 153 0.55 0 0.11 0.33 168 0.38 0.49
Hex 4D AC 99 37 0 B 21 A8 26 31
Octal 115 254 231 67 0 13 41 250 46 61
Binary 1001101 10101100 10011001 110111 0 1011 100001 10101000 100110 110001

Color Harmonies of #4DAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC99

Black with #4DAC99

Text Example


Text Example

White with #4DAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,172,153); }

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

background-color css

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

 a { background-color: rgb(77,172,153); }

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

border-color css

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

 span { border-color: rgb(77,172,153); }

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