Html Css Color HEX #4DAC9F Puerto Rico

📋 copy color: '#4DAC9F'

red 77 ◦ green 172 ◦ blue 159

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

Shades of Puerto Rico #4DAC9F

Tints of Puerto Rico #4DAC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.97%

R = 18.87%
G = 42.16%
B = 38.97%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#4DAC9F (or 0x4DAC9F) is known color: Puerto Rico. HEX triplet: 4D, AC and 9F. RGB value is (77,172,159). Sum of RGB (Red+Green+Blue) = 77+172+159=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC9F is #B25360. Grayscale: #8E8E8E. Windows color (decimal): -11686753 or 10464333. OLE color: 10464333.

HSL color Cylindrical-coordinate representation of color #4DAC9F: hue angle of 171.79º 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 #4DAC9F is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 172 159 -
CMYK 0.55 0 0.08 0.33
HSL 171.79º 0.38% 0.49% -
HSV(B) 171.79º 0.55% 0.67% -
XYZ 24.07 33.59 38.01 -
YUV 142.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 77 172 159 0.55 0 0.08 0.33 171.79 0.38 0.49
Hex 4D AC 9F 37 0 8 21 AC 26 31
Octal 115 254 237 67 0 10 41 254 46 61
Binary 1001101 10101100 10011111 110111 0 1000 100001 10101100 100110 110001

Color Harmonies of #4DAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC9F

Black with #4DAC9F

Text Example


Text Example

White with #4DAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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