Html Css Color HEX #4FAE8E Keppel

📋 copy color: '#4FAE8E'

red 79 ◦ green 174 ◦ blue 142

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

Shades of Keppel #4FAE8E

Tints of Keppel #4FAE8E

RGB

 RED value IS 79 (31.25% from 255) = 20%

 GREEN value IS 174 (68.36% from 255) = 44.05%

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

R = 20%
G = 44.05%
B = 35.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#4FAE8E (or 0x4FAE8E) is known color: Keppel. HEX triplet: 4F, AE and 8E. RGB value is (79,174,142). Sum of RGB (Red+Green+Blue) = 79+174+142=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAE8E is #B05171. Grayscale: #8D8D8D. Windows color (decimal): -11555186 or 9350735. OLE color: 9350735.

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

Color convert

RGB 79 174 142 -
CMYK 0.55 0 0.18 0.32
HSL 159.79º 0.38% 0.5% -
HSV(B) 159.79º 0.55% 0.68% -
XYZ 23.24 33.89 30.91 -
YUV 141.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 79 174 142 0.55 0 0.18 0.32 159.79 0.38 0.5
Hex 4F AE 8E 37 0 12 20 A0 26 32
Octal 117 256 216 67 0 22 40 240 46 62
Binary 1001111 10101110 10001110 110111 0 10010 100000 10100000 100110 110010

Color Harmonies of #4FAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAE8E

Black with #4FAE8E

Text Example


Text Example

White with #4FAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,174,142); }

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

background-color css

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

 a { background-color: rgb(79,174,142); }

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

border-color css

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

 span { border-color: rgb(79,174,142); }

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