#5FBE9C

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

Shades of Keppel #5FBE9C

Tints of Keppel #5FBE9C

Color information

#5FBE9C (or 0x5FBE9C) is unknown color: approx Keppel. HEX triplet: 5F, BE and 9C. RGB value is (95,190,156). Sum of RGB (Red+Green+Blue) = 95+190+156=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBE9C is #A04163. Grayscale: #9D9D9D. Windows color (decimal): -10502500 or 10272351. OLE color: 10272351.

HSL color Cylindrical-coordinate representation of color #5FBE9C: hue angle of 158.53º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5FBE9C is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB95190156-
CMYK0.500.180.25
HSL158.53º42.22%55.88%-
HSV(B)158.53º50%74.51%-
XYZ29.1341.6637.96-
YUV157.72127.0383.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.54%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=21.54%
G=43.08%
B=35.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951901560.500.180.25158.5342.2255.88
Hex5FBE9C32012199f2a38
Octal13727623462022312375270
Binary101111110111110100111001100100100101100110011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,190,156); }

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

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

 a { background-color: rgb(95,190,156); }

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

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

 span { border-color: rgb(95,190,156); }

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