#69AC98

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

Shades of Keppel #69AC98

Tints of Keppel #69AC98

Color information

#69AC98 (or 0x69AC98) is unknown color: approx Keppel. HEX triplet: 69, AC and 98. RGB value is (105,172,152). Sum of RGB (Red+Green+Blue) = 105+172+152=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AC98 is #965367. Grayscale: #959595. Windows color (decimal): -9851752 or 10005609. OLE color: 10005609.

HSL color Cylindrical-coordinate representation of color #69AC98: hue angle of 162.09º degrees, saturation: 0.29, 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 #69AC98 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB105172152-
CMYK0.3900.120.33
HSL162.09º28.76%54.31%-
HSV(B)162.09º38.95%67.45%-
XYZ26.2534.7835.03-
YUV149.69129.396.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.48%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=24.48%
G=40.09%
B=35.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721520.3900.120.33162.0928.7654.31
Hex69AC98270C21a21d36
Octal15125423047014412423566
Binary11010011010110010011000100111011001000011010001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,172,152); }

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

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

 a { background-color: rgb(105,172,152); }

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

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

 span { border-color: rgb(105,172,152); }

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