Html Css Color HEX #5FB193 Keppel

📋 copy color: '#5FB193'

red 95 ◦ green 177 ◦ blue 147

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

Shades of Keppel #5FB193

Tints of Keppel #5FB193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.24%

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

R = 22.67%
G = 42.24%
B = 35.08%

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

#5FB193 (or 0x5FB193) is known color: Keppel. HEX triplet: 5F, B1 and 93. RGB value is (95,177,147). Sum of RGB (Red+Green+Blue) = 95+177+147=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB193 is #A04E6C. Grayscale: #959595. Windows color (decimal): -10505837 or 9679199. OLE color: 9679199.

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

Color convert

RGB 95 177 147 -
CMYK 0.46 0 0.17 0.31
HSL 158.05º 0.34% 0.53% -
HSV(B) 158.05º 0.46% 0.69% -
XYZ 25.71 35.98 33.19 -
YUV 149.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 95 177 147 0.46 0 0.17 0.31 158.05 0.34 0.53
Hex 5F B1 93 2E 0 11 1F 9E 22 35
Octal 137 261 223 56 0 21 37 236 42 65
Binary 1011111 10110001 10010011 101110 0 10001 11111 10011110 100010 110101

Color Harmonies of #5FB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB193

Black with #5FB193

Text Example


Text Example

White with #5FB193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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