Html Css Color HEX #4DB996 Puerto Rico

📋 copy color: '#4DB996'

red 77 ◦ green 185 ◦ blue 150

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

Shades of Puerto Rico #4DB996

Tints of Puerto Rico #4DB996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 18.69%
G = 44.9%
B = 36.41%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#4DB996 (or 0x4DB996) is known color: Puerto Rico. HEX triplet: 4D, B9 and 96. RGB value is (77,185,150). Sum of RGB (Red+Green+Blue) = 77+185+150=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB996 is #B24669. Grayscale: #949494. Windows color (decimal): -11683434 or 9877837. OLE color: 9877837.

HSL color Cylindrical-coordinate representation of color #4DB996: hue angle of 160.56º 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 #4DB996 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 185 150 -
CMYK 0.58 0 0.19 0.27
HSL 160.56º 0.44% 0.51% -
HSV(B) 160.56º 0.58% 0.73% -
XYZ 25.91 38.48 34.92 -
YUV 148.72 128.72 76.85 -
System Red Green Blue C M Y K H S L
Decimal 77 185 150 0.58 0 0.19 0.27 160.56 0.44 0.51
Hex 4D B9 96 3A 0 13 1B A1 2C 33
Octal 115 271 226 72 0 23 33 241 54 63
Binary 1001101 10111001 10010110 111010 0 10011 11011 10100001 101100 110011

Color Harmonies of #4DB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB996

Black with #4DB996

Text Example


Text Example

White with #4DB996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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