#5FB19D

Color #5FB19D Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #5FB19D

Tints of Keppel #5FB19D

Color information

#5FB19D (or 0x5FB19D) is unknown color: approx Keppel. HEX triplet: 5F, B1 and 9D. RGB value is (95,177,157). Sum of RGB (Red+Green+Blue) = 95+177+157=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB19D is #A04E62. Grayscale: #969696. Windows color (decimal): -10505827 or 10334559. OLE color: 10334559.

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

Color convert

RGB95177157-
CMYK0.4600.110.31
HSL165.37º34.45%53.33%-
HSV(B)165.37º46.33%69.41%-
XYZ26.5336.3137.51-
YUV150.2131.8388.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.14%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=22.14%
G=41.26%
B=36.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal951771570.4600.110.31165.3734.4553.33
Hex5FB19D2E0B1Fa52235
Octal13726123556013372454265
Binary10111111011000110011101101110010111111110100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FB19D;
 }
 .AnyTagClassName
 {
   color: #5FB19D;
 }
</style>
background-color css

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

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

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

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

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

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