#69AD97

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

Shades of Keppel #69AD97

Tints of Keppel #69AD97

Color information

#69AD97 (or 0x69AD97) is unknown color: approx Keppel. HEX triplet: 69, AD and 97. RGB value is (105,173,151). Sum of RGB (Red+Green+Blue) = 105+173+151=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AD97 is #965268. Grayscale: #969696. Windows color (decimal): -9851497 or 9940329. OLE color: 9940329.

HSL color Cylindrical-coordinate representation of color #69AD97: hue angle of 160.59º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD97 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB105173151-
CMYK0.3900.130.32
HSL160.59º29.31%54.51%-
HSV(B)160.59º39.31%67.84%-
XYZ26.3635.1234.67-
YUV150.16128.4795.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.48%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=24.48%
G=40.33%
B=35.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731510.3900.130.32160.5929.3154.51
Hex69AD97270D20a11d37
Octal15125522747015402413567
Binary11010011010110110010111100111011011000001010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,173,151); }

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

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

 a { background-color: rgb(105,173,151); }

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

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

 span { border-color: rgb(105,173,151); }

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