#4cae8d

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

Shades of Keppel #4CAE8D

Tints of Keppel #4CAE8D

Color information

#4CAE8D (or 0x4CAE8D) is unknown color: approx Keppel. HEX triplet: 4C, AE and 8D. RGB value is (76,174,141). Sum of RGB (Red+Green+Blue) = 76+174+141=391 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.44% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAE8D is #B35172. Grayscale: #8C8C8C. Windows color (decimal): -11751795 or 9285196. OLE color: 9285196.

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

Color convert

RGB76174141-
CMYK0.5600.190.32
HSL159.8º39.2%49.02%-
HSV(B)159.8º56.32%68.24%-
XYZ22.9233.7330.5-
YUV140.94128.0381.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.44%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 141 (55.47% from 255) = 36.06%
R=19.44%
G=44.50%
B=36.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761741410.5600.190.32159.839.249.02
Hex4CAE8D3801320a02731
Octal11425621570023402404761
Binary1001100101011101000110111100001001110000010100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cae8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,174,141); }

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

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

 a { background-color: rgb(76,174,141); }

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

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

 span { border-color: rgb(76,174,141); }

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