#4DB08F

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

Shades of Keppel #4DB08F

Tints of Keppel #4DB08F

Color information

#4DB08F (or 0x4DB08F) is unknown color: approx Keppel. HEX triplet: 4D, B0 and 8F. RGB value is (77,176,143). Sum of RGB (Red+Green+Blue) = 77+176+143=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB08F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB08F is #B24F70. Grayscale: #8E8E8E. Windows color (decimal): -11685745 or 9416781. OLE color: 9416781.

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

Color convert

RGB77176143-
CMYK0.5600.190.31
HSL160º39.13%49.61%-
HSV(B)160º56.25%69.02%-
XYZ23.5434.6131.43-
YUV142.64128.281.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.44%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=19.44%
G=44.44%
B=36.11%

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
Decimal771761430.5600.190.3116039.1349.61
Hex4DB08F380131Fa02732
Octal11526021770023372404762
Binary100110110110000100011111110000100111111110100000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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