#6FBE9F

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

Shades of Keppel #6FBE9F

Tints of Keppel #6FBE9F

Color information

#6FBE9F (or 0x6FBE9F) is unknown color: approx Keppel. HEX triplet: 6F, BE and 9F. RGB value is (111,190,159). Sum of RGB (Red+Green+Blue) = 111+190+159=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBE9F is #904160. Grayscale: #A2A2A2. Windows color (decimal): -9453921 or 10468975. OLE color: 10468975.

HSL color Cylindrical-coordinate representation of color #6FBE9F: hue angle of 156.46º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBE9F is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB111190159-
CMYK0.4200.160.25
HSL156.46º37.8%59.02%-
HSV(B)156.46º41.58%74.51%-
XYZ31.2342.7139.4-
YUV162.84125.8391.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.13%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=24.13%
G=41.30%
B=34.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111901590.4200.160.25156.4637.859.02
Hex6FBE9F2A010199c263b
Octal15727623752020312344673
Binary110111110111110100111111010100100001100110011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBE9F; }

 p { color: rgb(111,190,159); }

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

<style>
 a { background-color: #6FBE9F; }

 a { background-color: rgb(111,190,159); }

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

<style>
 span { border-color: #6FBE9F; }

 span { border-color: rgb(111,190,159); }

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