Html Css Color HEX #4EAF8E Keppel

📋 copy color: '#4EAF8E'

red 78 ◦ green 175 ◦ blue 142

#4EAF8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Keppel #4EAF8E

Tints of Keppel #4EAF8E

RGB

 RED value IS 78 (30.86% from 255) = 19.75%

 GREEN value IS 175 (68.75% from 255) = 44.3%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 19.75%
G = 44.3%
B = 35.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#4EAF8E (or 0x4EAF8E) is known color: Keppel. HEX triplet: 4E, AF and 8E. RGB value is (78,175,142). Sum of RGB (Red+Green+Blue) = 78+175+142=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF8E is #B15071. Grayscale: #8E8E8E. Windows color (decimal): -11620466 or 9350990. OLE color: 9350990.

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

Color convert

RGB 78 175 142 -
CMYK 0.55 0 0.19 0.31
HSL 159.59º 0.38% 0.5% -
HSV(B) 159.59º 0.55% 0.69% -
XYZ 23.35 34.23 30.97 -
YUV 142.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 78 175 142 0.55 0 0.19 0.31 159.59 0.38 0.5
Hex 4E AF 8E 37 0 13 1F A0 26 32
Octal 116 257 216 67 0 23 37 240 46 62
Binary 1001110 10101111 10001110 110111 0 10011 11111 10100000 100110 110010

Color Harmonies of #4EAF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAF8E

Black with #4EAF8E

Text Example


Text Example

White with #4EAF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EAF8E;
 }
 .AnyTagClassName
 {
   color: #4EAF8E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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