#69AB99

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

Shades of Keppel #69AB99

Tints of Keppel #69AB99

Color information

#69AB99 (or 0x69AB99) is unknown color: approx Keppel. HEX triplet: 69, AB and 99. RGB value is (105,171,153). Sum of RGB (Red+Green+Blue) = 105+171+153=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AB99 is #965466. Grayscale: #959595. Windows color (decimal): -9852007 or 10070889. OLE color: 10070889.

HSL color Cylindrical-coordinate representation of color #69AB99: hue angle of 163.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AB99 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB105171153-
CMYK0.3900.110.33
HSL163.64º28.21%54.12%-
HSV(B)163.64º38.6%67.06%-
XYZ26.1434.4335.4-
YUV149.21130.1396.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.48%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=24.48%
G=39.86%
B=35.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711530.3900.110.33163.6428.2154.12
Hex69AB99270B21a41c36
Octal15125323147013412443466
Binary11010011010101110011001100111010111000011010010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,171,153); }

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

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

 a { background-color: rgb(105,171,153); }

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

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

 span { border-color: rgb(105,171,153); }

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