Html Css Color HEX #4DB3AA Puerto Rico

📋 copy color: '#4DB3AA'

red 77 ◦ green 179 ◦ blue 170

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

Shades of Puerto Rico #4DB3AA

Tints of Puerto Rico #4DB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 18.08%
G = 42.02%
B = 39.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#4DB3AA (or 0x4DB3AA) is known color: Puerto Rico. HEX triplet: 4D, B3 and AA. RGB value is (77,179,170). Sum of RGB (Red+Green+Blue) = 77+179+170=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB3AA is #B24C55. Grayscale: #939393. Windows color (decimal): -11684950 or 11187021. OLE color: 11187021.

HSL color Cylindrical-coordinate representation of color #4DB3AA: hue angle of 174.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB3AA is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 77 179 170 -
CMYK 0.57 0 0.05 0.30
HSL 174.71º 0.4% 0.5% -
HSV(B) 174.71º 0.57% 0.7% -
XYZ 26.44 36.72 43.72 -
YUV 147.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 77 179 170 0.57 0 0.05 0.30 174.71 0.4 0.5
Hex 4D B3 AA 39 0 5 1E AF 28 32
Octal 115 263 252 71 0 5 36 257 50 62
Binary 1001101 10110011 10101010 111001 0 101 11110 10101111 101000 110010

Color Harmonies of #4DB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB3AA

Black with #4DB3AA

Text Example


Text Example

White with #4DB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,179,170); }

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

background-color css

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

 a { background-color: rgb(77,179,170); }

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

border-color css

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

 span { border-color: rgb(77,179,170); }

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