Html Css Color HEX #4FAF8D Keppel

📋 copy color: '#4FAF8D'

red 79 ◦ green 175 ◦ blue 141

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

Shades of Keppel #4FAF8D

Tints of Keppel #4FAF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 20%
G = 44.3%
B = 35.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#4FAF8D (or 0x4FAF8D) is known color: Keppel. HEX triplet: 4F, AF and 8D. RGB value is (79,175,141). Sum of RGB (Red+Green+Blue) = 79+175+141=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF8D is #B05072. Grayscale: #8E8E8E. Windows color (decimal): -11554931 or 9285455. OLE color: 9285455.

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

Color convert

RGB 79 175 141 -
CMYK 0.55 0 0.19 0.31
HSL 158.75º 0.38% 0.5% -
HSV(B) 158.75º 0.55% 0.69% -
XYZ 23.36 34.25 30.58 -
YUV 142.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 79 175 141 0.55 0 0.19 0.31 158.75 0.38 0.5
Hex 4F AF 8D 37 0 13 1F 9F 26 32
Octal 117 257 215 67 0 23 37 237 46 62
Binary 1001111 10101111 10001101 110111 0 10011 11111 10011111 100110 110010

Color Harmonies of #4FAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF8D

Black with #4FAF8D

Text Example


Text Example

White with #4FAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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