#6FBEA0

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

Shades of Keppel #6FBEA0

Tints of Keppel #6FBEA0

Color information

#6FBEA0 (or 0x6FBEA0) is unknown color: approx Keppel. HEX triplet: 6F, BE and A0. RGB value is (111,190,160). Sum of RGB (Red+Green+Blue) = 111+190+160=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEA0 is #90415F. Grayscale: #A2A2A2. Windows color (decimal): -9453920 or 10534511. OLE color: 10534511.

HSL color Cylindrical-coordinate representation of color #6FBEA0: hue angle of 157.22º 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 #6FBEA0 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB111190160-
CMYK0.4200.160.25
HSL157.22º37.8%59.02%-
HSV(B)157.22º41.58%74.51%-
XYZ31.3142.7439.86-
YUV162.96126.3390.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.08%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=24.08%
G=41.21%
B=34.71%

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
Decimal1111901600.4200.160.25157.2237.859.02
Hex6FBEA02A010199d263b
Octal15727624052020312354673
Binary110111110111110101000001010100100001100110011101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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