Html Css Color HEX #4DAD9C Puerto Rico

📋 copy color: '#4DAD9C'

red 77 ◦ green 173 ◦ blue 156

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

Shades of Puerto Rico #4DAD9C

Tints of Puerto Rico #4DAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.61%

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

R = 18.97%
G = 42.61%
B = 38.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#4DAD9C (or 0x4DAD9C) is known color: Puerto Rico. HEX triplet: 4D, AD and 9C. RGB value is (77,173,156). Sum of RGB (Red+Green+Blue) = 77+173+156=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD9C is #B25263. Grayscale: #8E8E8E. Windows color (decimal): -11686500 or 10267981. OLE color: 10267981.

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

Color convert

RGB 77 173 156 -
CMYK 0.55 0 0.10 0.32
HSL 169.38º 0.38% 0.49% -
HSV(B) 169.38º 0.55% 0.68% -
XYZ 24 33.87 36.72 -
YUV 142.36 135.7 81.38 -
System Red Green Blue C M Y K H S L
Decimal 77 173 156 0.55 0 0.10 0.32 169.38 0.38 0.49
Hex 4D AD 9C 37 0 A 20 A9 26 31
Octal 115 255 234 67 0 12 40 251 46 61
Binary 1001101 10101101 10011100 110111 0 1010 100000 10101001 100110 110001

Color Harmonies of #4DAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD9C

Black with #4DAD9C

Text Example


Text Example

White with #4DAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,173,156); }

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

background-color css

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

 a { background-color: rgb(77,173,156); }

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

border-color css

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

 span { border-color: rgb(77,173,156); }

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