Html Css Color HEX #5FAF93 Keppel

📋 copy color: '#5FAF93'

red 95 ◦ green 175 ◦ blue 147

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

Shades of Keppel #5FAF93

Tints of Keppel #5FAF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 22.78%
G = 41.97%
B = 35.25%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#5FAF93 (or 0x5FAF93) is known color: Keppel. HEX triplet: 5F, AF and 93. RGB value is (95,175,147). Sum of RGB (Red+Green+Blue) = 95+175+147=417 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.78% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAF93 is #A0506C. Grayscale: #939393. Windows color (decimal): -10506349 or 9678687. OLE color: 9678687.

HSL color Cylindrical-coordinate representation of color #5FAF93: hue angle of 159º 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 #5FAF93 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 175 147 -
CMYK 0.46 0 0.16 0.31
HSL 159º 0.33% 0.53% -
HSV(B) 159º 0.46% 0.69% -
XYZ 25.32 35.2 33.06 -
YUV 147.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 95 175 147 0.46 0 0.16 0.31 159 0.33 0.53
Hex 5F AF 93 2E 0 10 1F 9F 21 35
Octal 137 257 223 56 0 20 37 237 41 65
Binary 1011111 10101111 10010011 101110 0 10000 11111 10011111 100001 110101

Color Harmonies of #5FAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF93

Black with #5FAF93

Text Example


Text Example

White with #5FAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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