#4DAE8B

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

Shades of Keppel #4DAE8B

Tints of Keppel #4DAE8B

Color information

#4DAE8B (or 0x4DAE8B) is unknown color: approx Keppel. HEX triplet: 4D, AE and 8B. RGB value is (77,174,139). Sum of RGB (Red+Green+Blue) = 77+174+139=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAE8B is #B25174. Grayscale: #8D8D8D. Windows color (decimal): -11686261 or 9154125. OLE color: 9154125.

HSL color Cylindrical-coordinate representation of color #4DAE8B: hue angle of 158.35º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE8B is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB77174139-
CMYK0.5600.200.32
HSL158.35º38.65%49.22%-
HSV(B)158.35º55.75%68.24%-
XYZ22.8633.7129.73-
YUV141.01126.8682.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.74%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 139 (54.69% from 255) = 35.64%
R=19.74%
G=44.62%
B=35.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal771741390.5600.200.32158.3538.6549.22
Hex4DAE8B38014209e2731
Octal11525621370024402364761
Binary1001101101011101000101111100001010010000010011110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,174,139); }

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

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

 a { background-color: rgb(77,174,139); }

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

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

 span { border-color: rgb(77,174,139); }

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