Html Css Color HEX #5FB19F Keppel

📋 copy color: '#5FB19F'

red 95 ◦ green 177 ◦ blue 159

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

Shades of Keppel #5FB19F

Tints of Keppel #5FB19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 22.04%
G = 41.07%
B = 36.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#5FB19F (or 0x5FB19F) is known color: Keppel. HEX triplet: 5F, B1 and 9F. RGB value is (95,177,159). Sum of RGB (Red+Green+Blue) = 95+177+159=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB19F is #A04E60. Grayscale: #969696. Windows color (decimal): -10505825 or 10465631. OLE color: 10465631.

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

Color convert

RGB 95 177 159 -
CMYK 0.46 0 0.10 0.31
HSL 166.83º 0.34% 0.53% -
HSV(B) 166.83º 0.46% 0.69% -
XYZ 26.7 36.38 38.42 -
YUV 150.43 132.83 88.46 -
System Red Green Blue C M Y K H S L
Decimal 95 177 159 0.46 0 0.10 0.31 166.83 0.34 0.53
Hex 5F B1 9F 2E 0 A 1F A7 22 35
Octal 137 261 237 56 0 12 37 247 42 65
Binary 1011111 10110001 10011111 101110 0 1010 11111 10100111 100010 110101

Color Harmonies of #5FB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB19F

Black with #5FB19F

Text Example


Text Example

White with #5FB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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