#69A998

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

Shades of Keppel #69A998

Tints of Keppel #69A998

Color information

#69A998 (or 0x69A998) is unknown color: approx Keppel. HEX triplet: 69, A9 and 98. RGB value is (105,169,152). Sum of RGB (Red+Green+Blue) = 105+169+152=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #69A998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A998 is #965667. Grayscale: #939393. Windows color (decimal): -9852520 or 10004841. OLE color: 10004841.

HSL color Cylindrical-coordinate representation of color #69A998: hue angle of 164.06º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A998 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB105169152-
CMYK0.3800.100.34
HSL164.06º27.12%53.73%-
HSV(B)164.06º37.87%66.27%-
XYZ25.6833.6534.85-
YUV147.93130.397.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=24.65%
G=39.67%
B=35.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051691520.3800.100.34164.0627.1253.73
Hex69A998260A22a41b36
Octal15125123046012422443366
Binary11010011010100110011000100110010101000101010010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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