Html Css Color HEX #4FAF94 Keppel

📋 copy color: '#4FAF94'

red 79 ◦ green 175 ◦ blue 148

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

Shades of Keppel #4FAF94

Tints of Keppel #4FAF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.82%

R = 19.65%
G = 43.53%
B = 36.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#4FAF94 (or 0x4FAF94) is known color: Keppel. HEX triplet: 4F, AF and 94. RGB value is (79,175,148). Sum of RGB (Red+Green+Blue) = 79+175+148=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF94 is #B0506B. Grayscale: #8F8F8F. Windows color (decimal): -11554924 or 9744207. OLE color: 9744207.

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

Color convert

RGB 79 175 148 -
CMYK 0.55 0 0.15 0.31
HSL 163.13º 0.38% 0.5% -
HSV(B) 163.13º 0.55% 0.69% -
XYZ 23.9 34.46 33.41 -
YUV 143.22 130.7 82.2 -
System Red Green Blue C M Y K H S L
Decimal 79 175 148 0.55 0 0.15 0.31 163.13 0.38 0.5
Hex 4F AF 94 37 0 F 1F A3 26 32
Octal 117 257 224 67 0 17 37 243 46 62
Binary 1001111 10101111 10010100 110111 0 1111 11111 10100011 100110 110010

Color Harmonies of #4FAF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF94

Black with #4FAF94

Text Example


Text Example

White with #4FAF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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