#4CAE94

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

Shades of Keppel #4CAE94

Tints of Keppel #4CAE94

Color information

#4CAE94 (or 0x4CAE94) is unknown color: approx Keppel. HEX triplet: 4C, AE and 94. RGB value is (76,174,148). Sum of RGB (Red+Green+Blue) = 76+174+148=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAE94 is #B3516B. Grayscale: #8D8D8D. Windows color (decimal): -11751788 or 9743948. OLE color: 9743948.

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

Color convert

RGB76174148-
CMYK0.5600.150.32
HSL164.08º39.2%49.02%-
HSV(B)164.08º56.32%68.24%-
XYZ23.4633.9533.33-
YUV141.73131.5381.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.10%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 148 (58.20% from 255) = 37.19%
R=19.10%
G=43.72%
B=37.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761741480.5600.150.32164.0839.249.02
Hex4CAE94380F20a42731
Octal11425622470017402444761
Binary100110010101110100101001110000111110000010100100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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