#4DB08E

Color #4DB08E Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #4DB08E

Tints of Keppel #4DB08E

Color information

#4DB08E (or 0x4DB08E) is unknown color: approx Keppel. HEX triplet: 4D, B0 and 8E. RGB value is (77,176,142). Sum of RGB (Red+Green+Blue) = 77+176+142=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB08E is #B24F71. Grayscale: #8E8E8E. Windows color (decimal): -11685746 or 9351245. OLE color: 9351245.

HSL color Cylindrical-coordinate representation of color #4DB08E: hue angle of 159.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB08E is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB77176142-
CMYK0.5600.190.31
HSL159.39º39.13%49.61%-
HSV(B)159.39º56.25%69.02%-
XYZ23.4734.5831.03-
YUV142.52127.781.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.49%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 142 (55.86% from 255) = 35.95%
R=19.49%
G=44.56%
B=35.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal771761420.5600.190.31159.3939.1349.61
Hex4DB08E380131F9f2732
Octal11526021670023372374762
Binary100110110110000100011101110000100111111110011111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,176,142); }

 H1.HeaderClassName
 {
   color: #4DB08E;
 }
 .AnyTagClassName
 {
   color: #4DB08E;
 }
</style>
background-color css

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

 a { background-color: rgb(77,176,142); }

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

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

 span { border-color: rgb(77,176,142); }

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