Html Css Color HEX #4FAE8C Keppel

📋 copy color: '#4FAE8C'

red 79 ◦ green 174 ◦ blue 140

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

Shades of Keppel #4FAE8C

Tints of Keppel #4FAE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 20.1%
G = 44.27%
B = 35.62%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#4FAE8C (or 0x4FAE8C) is known color: Keppel. HEX triplet: 4F, AE and 8C. RGB value is (79,174,140). Sum of RGB (Red+Green+Blue) = 79+174+140=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAE8C is #B05173. Grayscale: #8D8D8D. Windows color (decimal): -11555188 or 9219663. OLE color: 9219663.

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

Color convert

RGB 79 174 140 -
CMYK 0.55 0 0.20 0.32
HSL 158.53º 0.38% 0.5% -
HSV(B) 158.53º 0.55% 0.68% -
XYZ 23.09 33.83 30.12 -
YUV 141.72 127.03 83.26 -
System Red Green Blue C M Y K H S L
Decimal 79 174 140 0.55 0 0.20 0.32 158.53 0.38 0.5
Hex 4F AE 8C 37 0 14 20 9F 26 32
Octal 117 256 214 67 0 24 40 237 46 62
Binary 1001111 10101110 10001100 110111 0 10100 100000 10011111 100110 110010

Color Harmonies of #4FAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAE8C

Black with #4FAE8C

Text Example


Text Example

White with #4FAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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