Html Css Color HEX #5FAD93 Keppel

📋 copy color: '#5FAD93'

red 95 ◦ green 173 ◦ blue 147

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

Shades of Keppel #5FAD93

Tints of Keppel #5FAD93

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.69%

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

R = 22.89%
G = 41.69%
B = 35.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#5FAD93 (or 0x5FAD93) is known color: Keppel. HEX triplet: 5F, AD and 93. RGB value is (95,173,147). Sum of RGB (Red+Green+Blue) = 95+173+147=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAD93 is #A0526C. Grayscale: #929292. Windows color (decimal): -10506861 or 9678175. OLE color: 9678175.

HSL color Cylindrical-coordinate representation of color #5FAD93: hue angle of 160º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAD93 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 95 173 147 -
CMYK 0.45 0 0.15 0.32
HSL 160º 0.32% 0.53% -
HSV(B) 160º 0.45% 0.68% -
XYZ 24.93 34.43 32.93 -
YUV 146.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 95 173 147 0.45 0 0.15 0.32 160 0.32 0.53
Hex 5F AD 93 2D 0 F 20 A0 20 35
Octal 137 255 223 55 0 17 40 240 40 65
Binary 1011111 10101101 10010011 101101 0 1111 100000 10100000 100000 110101

Color Harmonies of #5FAD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAD93

Black with #5FAD93

Text Example


Text Example

White with #5FAD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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