Html Css Color HEX #4DAD9A Puerto Rico

📋 copy color: '#4DAD9A'

red 77 ◦ green 173 ◦ blue 154

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

Shades of Puerto Rico #4DAD9A

Tints of Puerto Rico #4DAD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.12%

R = 19.06%
G = 42.82%
B = 38.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#4DAD9A (or 0x4DAD9A) is known color: Puerto Rico. HEX triplet: 4D, AD and 9A. RGB value is (77,173,154). Sum of RGB (Red+Green+Blue) = 77+173+154=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD9A is #B25265. Grayscale: #8E8E8E. Windows color (decimal): -11686502 or 10136909. OLE color: 10136909.

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

Color convert

RGB 77 173 154 -
CMYK 0.55 0 0.11 0.32
HSL 168.13º 0.38% 0.49% -
HSV(B) 168.13º 0.55% 0.68% -
XYZ 23.84 33.8 35.84 -
YUV 142.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 77 173 154 0.55 0 0.11 0.32 168.13 0.38 0.49
Hex 4D AD 9A 37 0 B 20 A8 26 31
Octal 115 255 232 67 0 13 40 250 46 61
Binary 1001101 10101101 10011010 110111 0 1011 100000 10101000 100110 110001

Color Harmonies of #4DAD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAD9A

Black with #4DAD9A

Text Example


Text Example

White with #4DAD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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