Html Css Color HEX #5FB194 Keppel

📋 copy color: '#5FB194'

red 95 ◦ green 177 ◦ blue 148

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

Shades of Keppel #5FB194

Tints of Keppel #5FB194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 22.62%
G = 42.14%
B = 35.24%

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

#5FB194 (or 0x5FB194) is known color: Keppel. HEX triplet: 5F, B1 and 94. RGB value is (95,177,148). Sum of RGB (Red+Green+Blue) = 95+177+148=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB194 is #A04E6B. Grayscale: #959595. Windows color (decimal): -10505836 or 9744735. OLE color: 9744735.

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

Color convert

RGB 95 177 148 -
CMYK 0.46 0 0.16 0.31
HSL 158.78º 0.34% 0.53% -
HSV(B) 158.78º 0.46% 0.69% -
XYZ 25.79 36.02 33.61 -
YUV 149.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 95 177 148 0.46 0 0.16 0.31 158.78 0.34 0.53
Hex 5F B1 94 2E 0 10 1F 9F 22 35
Octal 137 261 224 56 0 20 37 237 42 65
Binary 1011111 10110001 10010100 101110 0 10000 11111 10011111 100010 110101

Color Harmonies of #5FB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB194

Black with #5FB194

Text Example


Text Example

White with #5FB194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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