#4EAF8A

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

Shades of Keppel #4EAF8A

Tints of Keppel #4EAF8A

Color information

#4EAF8A (or 0x4EAF8A) is unknown color: approx Keppel. HEX triplet: 4E, AF and 8A. RGB value is (78,175,138). Sum of RGB (Red+Green+Blue) = 78+175+138=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF8A is #B15075. Grayscale: #8D8D8D. Windows color (decimal): -11620470 or 9088846. OLE color: 9088846.

HSL color Cylindrical-coordinate representation of color #4EAF8A: hue angle of 157.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF8A is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB78175138-
CMYK0.5500.210.31
HSL157.11º38.34%49.61%-
HSV(B)157.11º55.43%68.63%-
XYZ23.0634.1129.41-
YUV141.78125.8682.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.95%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=19.95%
G=44.76%
B=35.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781751380.5500.210.31157.1138.3449.61
Hex4EAF8A370151F9d2632
Octal11625721267025372354662
Binary100111010101111100010101101110101011111110011101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,175,138); }

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

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

 a { background-color: rgb(78,175,138); }

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

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

 span { border-color: rgb(78,175,138); }

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