Html Css Color HEX #4DBC99 Puerto Rico

📋 copy color: '#4DBC99'

red 77 ◦ green 188 ◦ blue 153

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

Shades of Puerto Rico #4DBC99

Tints of Puerto Rico #4DBC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 18.42%
G = 44.98%
B = 36.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#4DBC99 (or 0x4DBC99) is known color: Puerto Rico. HEX triplet: 4D, BC and 99. RGB value is (77,188,153). Sum of RGB (Red+Green+Blue) = 77+188+153=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBC99 is #B24366. Grayscale: #969696. Windows color (decimal): -11682663 or 10075213. OLE color: 10075213.

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

Color convert

RGB 77 188 153 -
CMYK 0.59 0 0.19 0.26
HSL 161.08º 0.45% 0.52% -
HSV(B) 161.08º 0.59% 0.74% -
XYZ 26.79 39.84 36.42 -
YUV 150.82 129.23 75.35 -
System Red Green Blue C M Y K H S L
Decimal 77 188 153 0.59 0 0.19 0.26 161.08 0.45 0.52
Hex 4D BC 99 3B 0 13 1A A1 2D 34
Octal 115 274 231 73 0 23 32 241 55 64
Binary 1001101 10111100 10011001 111011 0 10011 11010 10100001 101101 110100

Color Harmonies of #4DBC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBC99

Black with #4DBC99

Text Example


Text Example

White with #4DBC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,188,153); }

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

background-color css

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

 a { background-color: rgb(77,188,153); }

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

border-color css

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

 span { border-color: rgb(77,188,153); }

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