Html Css Color HEX #4FAC94 Keppel

📋 copy color: '#4FAC94'

red 79 ◦ green 172 ◦ blue 148

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

Shades of Keppel #4FAC94

Tints of Keppel #4FAC94

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 19.8%
G = 43.11%
B = 37.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#4FAC94 (or 0x4FAC94) is known color: Keppel. HEX triplet: 4F, AC and 94. RGB value is (79,172,148). Sum of RGB (Red+Green+Blue) = 79+172+148=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAC94 is #B0536B. Grayscale: #8D8D8D. Windows color (decimal): -11555692 or 9743439. OLE color: 9743439.

HSL color Cylindrical-coordinate representation of color #4FAC94: hue angle of 164.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAC94 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 172 148 -
CMYK 0.54 0 0.14 0.33
HSL 164.52º 0.37% 0.49% -
HSV(B) 164.52º 0.54% 0.67% -
XYZ 23.32 33.31 33.22 -
YUV 141.46 131.69 83.45 -
System Red Green Blue C M Y K H S L
Decimal 79 172 148 0.54 0 0.14 0.33 164.52 0.37 0.49
Hex 4F AC 94 36 0 E 21 A5 25 31
Octal 117 254 224 66 0 16 41 245 45 61
Binary 1001111 10101100 10010100 110110 0 1110 100001 10100101 100101 110001

Color Harmonies of #4FAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAC94

Black with #4FAC94

Text Example


Text Example

White with #4FAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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