#4CAF8D

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

Shades of Keppel #4CAF8D

Tints of Keppel #4CAF8D

Color information

#4CAF8D (or 0x4CAF8D) is unknown color: approx Keppel. HEX triplet: 4C, AF and 8D. RGB value is (76,175,141). Sum of RGB (Red+Green+Blue) = 76+175+141=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #4CAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAF8D is #B35072. Grayscale: #8D8D8D. Windows color (decimal): -11751539 or 9285452. OLE color: 9285452.

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

Color convert

RGB76175141-
CMYK0.5700.190.31
HSL159.39º39.44%49.22%-
HSV(B)159.39º56.57%68.63%-
XYZ23.1234.1230.57-
YUV141.52127.781.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.39%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=19.39%
G=44.64%
B=35.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761751410.5700.190.31159.3939.4449.22
Hex4CAF8D390131F9f2731
Octal11425721571023372374761
Binary100110010101111100011011110010100111111110011111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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