Html Css Color HEX #4DBBAA Puerto Rico

📋 copy color: '#4DBBAA'

red 77 ◦ green 187 ◦ blue 170

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

Shades of Puerto Rico #4DBBAA

Tints of Puerto Rico #4DBBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.09%

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

R = 17.74%
G = 43.09%
B = 39.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#4DBBAA (or 0x4DBBAA) is known color: Puerto Rico. HEX triplet: 4D, BB and AA. RGB value is (77,187,170). Sum of RGB (Red+Green+Blue) = 77+187+170=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBBAA is #B24455. Grayscale: #989898. Windows color (decimal): -11682902 or 11189069. OLE color: 11189069.

HSL color Cylindrical-coordinate representation of color #4DBBAA: hue angle of 170.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBBAA is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 187 170 -
CMYK 0.59 0 0.09 0.27
HSL 170.73º 0.45% 0.52% -
HSV(B) 170.73º 0.59% 0.73% -
XYZ 28.09 40.02 44.27 -
YUV 152.17 138.06 74.38 -
System Red Green Blue C M Y K H S L
Decimal 77 187 170 0.59 0 0.09 0.27 170.73 0.45 0.52
Hex 4D BB AA 3B 0 9 1B AB 2D 34
Octal 115 273 252 73 0 11 33 253 55 64
Binary 1001101 10111011 10101010 111011 0 1001 11011 10101011 101101 110100

Color Harmonies of #4DBBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBBAA

Black with #4DBBAA

Text Example


Text Example

White with #4DBBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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