Html Css Color HEX #5FAF91 Keppel

📋 copy color: '#5FAF91'

red 95 ◦ green 175 ◦ blue 145

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

Shades of Keppel #5FAF91

Tints of Keppel #5FAF91

RGB

 RED value IS 95 (37.5% from 255) = 22.89%

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

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 22.89%
G = 42.17%
B = 34.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#5FAF91 (or 0x5FAF91) is known color: Keppel. HEX triplet: 5F, AF and 91. RGB value is (95,175,145). Sum of RGB (Red+Green+Blue) = 95+175+145=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF91 is #A0506E. Grayscale: #939393. Windows color (decimal): -10506351 or 9547615. OLE color: 9547615.

HSL color Cylindrical-coordinate representation of color #5FAF91: hue angle of 157.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FAF91 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 175 145 -
CMYK 0.46 0 0.17 0.31
HSL 157.5º 0.33% 0.53% -
HSV(B) 157.5º 0.46% 0.69% -
XYZ 25.16 35.14 32.24 -
YUV 147.66 126.5 90.44 -
System Red Green Blue C M Y K H S L
Decimal 95 175 145 0.46 0 0.17 0.31 157.5 0.33 0.53
Hex 5F AF 91 2E 0 11 1F 9E 21 35
Octal 137 257 221 56 0 21 37 236 41 65
Binary 1011111 10101111 10010001 101110 0 10001 11111 10011110 100001 110101

Color Harmonies of #5FAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF91

Black with #5FAF91

Text Example


Text Example

White with #5FAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FAF91; }

 p { color: rgb(95,175,145); }

 H1.HeaderClassName
 {
   color: #5FAF91;
 }
 .AnyTagClassName
 {
   color: #5FAF91;
 }
</style>

background-color css

<style>
 a { background-color: #5FAF91; }

 a { background-color: rgb(95,175,145); }

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

border-color css

<style>
 span { border-color: #5FAF91; }

 span { border-color: rgb(95,175,145); }

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