Html Css Color HEX #4FAF96 Keppel

📋 copy color: '#4FAF96'

red 79 ◦ green 175 ◦ blue 150

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

Shades of Keppel #4FAF96

Tints of Keppel #4FAF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 19.55%
G = 43.32%
B = 37.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#4FAF96 (or 0x4FAF96) is known color: Keppel. HEX triplet: 4F, AF and 96. RGB value is (79,175,150). Sum of RGB (Red+Green+Blue) = 79+175+150=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF96 is #B05069. Grayscale: #8F8F8F. Windows color (decimal): -11554922 or 9875279. OLE color: 9875279.

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

Color convert

RGB 79 175 150 -
CMYK 0.55 0 0.14 0.31
HSL 164.38º 0.38% 0.5% -
HSV(B) 164.38º 0.55% 0.69% -
XYZ 24.06 34.52 34.25 -
YUV 143.45 131.7 82.03 -
System Red Green Blue C M Y K H S L
Decimal 79 175 150 0.55 0 0.14 0.31 164.38 0.38 0.5
Hex 4F AF 96 37 0 E 1F A4 26 32
Octal 117 257 226 67 0 16 37 244 46 62
Binary 1001111 10101111 10010110 110111 0 1110 11111 10100100 100110 110010

Color Harmonies of #4FAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF96

Black with #4FAF96

Text Example


Text Example

White with #4FAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,175,150); }

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

background-color css

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

 a { background-color: rgb(79,175,150); }

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

border-color css

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

 span { border-color: rgb(79,175,150); }

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