Html Css Color HEX #4DB9AC Puerto Rico

📋 copy color: '#4DB9AC'

red 77 ◦ green 185 ◦ blue 172

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

Shades of Puerto Rico #4DB9AC

Tints of Puerto Rico #4DB9AC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 172 (67.58% from 255) = 39.63%

R = 17.74%
G = 42.63%
B = 39.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#4DB9AC (or 0x4DB9AC) is known color: Puerto Rico. HEX triplet: 4D, B9 and AC. RGB value is (77,185,172). Sum of RGB (Red+Green+Blue) = 77+185+172=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB9AC is #B24653. Grayscale: #979797. Windows color (decimal): -11683412 or 11319629. OLE color: 11319629.

HSL color Cylindrical-coordinate representation of color #4DB9AC: hue angle of 172.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB9AC is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 185 172 -
CMYK 0.58 0 0.07 0.27
HSL 172.78º 0.44% 0.51% -
HSV(B) 172.78º 0.58% 0.73% -
XYZ 27.86 39.25 45.14 -
YUV 151.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 77 185 172 0.58 0 0.07 0.27 172.78 0.44 0.51
Hex 4D B9 AC 3A 0 7 1B AD 2C 33
Octal 115 271 254 72 0 7 33 255 54 63
Binary 1001101 10111001 10101100 111010 0 111 11011 10101101 101100 110011

Color Harmonies of #4DB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB9AC

Black with #4DB9AC

Text Example


Text Example

White with #4DB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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