#69BAA5

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

Shades of Keppel #69BAA5

Tints of Keppel #69BAA5

Color information

#69BAA5 (or 0x69BAA5) is unknown color: approx Keppel. HEX triplet: 69, BA and A5. RGB value is (105,186,165). Sum of RGB (Red+Green+Blue) = 105+186+165=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #69BAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BAA5 is #96455A. Grayscale: #9F9F9F. Windows color (decimal): -9848155 or 10861161. OLE color: 10861161.

HSL color Cylindrical-coordinate representation of color #69BAA5: hue angle of 164.44º 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 #69BAA5 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB105186165-
CMYK0.4400.110.27
HSL164.44º36.99%57.06%-
HSV(B)164.44º43.55%72.94%-
XYZ30.1840.8441.89-
YUV159.39131.1689.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.03%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=23.03%
G=40.79%
B=36.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051861650.4400.110.27164.4436.9957.06
Hex69BAA52C0B1Ba42539
Octal15127224554013332444571
Binary11010011011101010100101101100010111101110100100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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