Html Css Color HEX #4FAF8B Keppel

📋 copy color: '#4FAF8B'

red 79 ◦ green 175 ◦ blue 139

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

Shades of Keppel #4FAF8B

Tints of Keppel #4FAF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 20.1%
G = 44.53%
B = 35.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#4FAF8B (or 0x4FAF8B) is known color: Keppel. HEX triplet: 4F, AF and 8B. RGB value is (79,175,139). Sum of RGB (Red+Green+Blue) = 79+175+139=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAF8B is #B05074. Grayscale: #8E8E8E. Windows color (decimal): -11554933 or 9154383. OLE color: 9154383.

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

Color convert

RGB 79 175 139 -
CMYK 0.55 0 0.21 0.31
HSL 157.5º 0.38% 0.5% -
HSV(B) 157.5º 0.55% 0.69% -
XYZ 23.21 34.19 29.8 -
YUV 142.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 79 175 139 0.55 0 0.21 0.31 157.5 0.38 0.5
Hex 4F AF 8B 37 0 15 1F 9E 26 32
Octal 117 257 213 67 0 25 37 236 46 62
Binary 1001111 10101111 10001011 110111 0 10101 11111 10011110 100110 110010

Color Harmonies of #4FAF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAF8B

Black with #4FAF8B

Text Example


Text Example

White with #4FAF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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