#69BA9A

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

Shades of Keppel #69BA9A

Tints of Keppel #69BA9A

Color information

#69BA9A (or 0x69BA9A) is unknown color: approx Keppel. HEX triplet: 69, BA and 9A. RGB value is (105,186,154). Sum of RGB (Red+Green+Blue) = 105+186+154=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #69BA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BA9A is #964565. Grayscale: #9E9E9E. Windows color (decimal): -9848166 or 10140265. OLE color: 10140265.

HSL color Cylindrical-coordinate representation of color #69BA9A: hue angle of 156.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BA9A is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB105186154-
CMYK0.4400.170.27
HSL156.3º36.99%57.06%-
HSV(B)156.3º43.55%72.94%-
XYZ29.2240.4536.84-
YUV158.13125.6690.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=23.60%
G=41.80%
B=34.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051861540.4400.170.27156.336.9957.06
Hex69BA9A2C0111B9c2539
Octal15127223254021332344571
Binary110100110111010100110101011000100011101110011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BA9A; }

 p { color: rgb(105,186,154); }

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

<style>
 a { background-color: #69BA9A; }

 a { background-color: rgb(105,186,154); }

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

<style>
 span { border-color: #69BA9A; }

 span { border-color: rgb(105,186,154); }

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