Html Css Color HEX #4DB696 Keppel

📋 copy color: '#4DB696'

red 77 ◦ green 182 ◦ blue 150

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

Shades of Keppel #4DB696

Tints of Keppel #4DB696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 18.83%
G = 44.5%
B = 36.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#4DB696 (or 0x4DB696) is known color: Keppel. HEX triplet: 4D, B6 and 96. RGB value is (77,182,150). Sum of RGB (Red+Green+Blue) = 77+182+150=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB696 is #B24969. Grayscale: #929292. Windows color (decimal): -11684202 or 9877069. OLE color: 9877069.

HSL color Cylindrical-coordinate representation of color #4DB696: hue angle of 161.71º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB696 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 182 150 -
CMYK 0.58 0 0.18 0.29
HSL 161.71º 0.42% 0.51% -
HSV(B) 161.71º 0.58% 0.71% -
XYZ 25.29 37.24 34.71 -
YUV 146.96 129.71 78.1 -
System Red Green Blue C M Y K H S L
Decimal 77 182 150 0.58 0 0.18 0.29 161.71 0.42 0.51
Hex 4D B6 96 3A 0 12 1D A2 2A 33
Octal 115 266 226 72 0 22 35 242 52 63
Binary 1001101 10110110 10010110 111010 0 10010 11101 10100010 101010 110011

Color Harmonies of #4DB696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB696

Black with #4DB696

Text Example


Text Example

White with #4DB696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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