#4EAF8B

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

Shades of Keppel #4EAF8B

Tints of Keppel #4EAF8B

Color information

#4EAF8B (or 0x4EAF8B) is unknown color: approx Keppel. HEX triplet: 4E, AF and 8B. RGB value is (78,175,139). Sum of RGB (Red+Green+Blue) = 78+175+139=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF8B is #B15074. Grayscale: #8D8D8D. Windows color (decimal): -11620469 or 9154382. OLE color: 9154382.

HSL color Cylindrical-coordinate representation of color #4EAF8B: hue angle of 157.73º 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 #4EAF8B is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB78175139-
CMYK0.5500.210.31
HSL157.73º38.34%49.61%-
HSV(B)157.73º55.43%68.63%-
XYZ23.1334.1429.8-
YUV141.89126.3682.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.90%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=19.90%
G=44.64%
B=35.46%

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
Decimal781751390.5500.210.31157.7338.3449.61
Hex4EAF8B370151F9e2632
Octal11625721367025372364662
Binary100111010101111100010111101110101011111110011110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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