Html Css Color HEX #4DAD9E Puerto Rico

📋 copy color: '#4DAD9E'

red 77 ◦ green 173 ◦ blue 158

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

Shades of Puerto Rico #4DAD9E

Tints of Puerto Rico #4DAD9E

RGB

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

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

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

R = 18.87%
G = 42.4%
B = 38.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#4DAD9E (or 0x4DAD9E) is known color: Puerto Rico. HEX triplet: 4D, AD and 9E. RGB value is (77,173,158). Sum of RGB (Red+Green+Blue) = 77+173+158=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD9E is #B25261. Grayscale: #8E8E8E. Windows color (decimal): -11686498 or 10399053. OLE color: 10399053.

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

Color convert

RGB 77 173 158 -
CMYK 0.55 0 0.09 0.32
HSL 170.63º 0.38% 0.49% -
HSV(B) 170.63º 0.55% 0.68% -
XYZ 24.18 33.93 37.62 -
YUV 142.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 77 173 158 0.55 0 0.09 0.32 170.63 0.38 0.49
Hex 4D AD 9E 37 0 9 20 AB 26 31
Octal 115 255 236 67 0 11 40 253 46 61
Binary 1001101 10101101 10011110 110111 0 1001 100000 10101011 100110 110001

Color Harmonies of #4DAD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD9E

Black with #4DAD9E

Text Example


Text Example

White with #4DAD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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