#69AE98

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

Shades of Keppel #69AE98

Tints of Keppel #69AE98

Color information

#69AE98 (or 0x69AE98) is unknown color: approx Keppel. HEX triplet: 69, AE and 98. RGB value is (105,174,152). Sum of RGB (Red+Green+Blue) = 105+174+152=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AE98 is #965167. Grayscale: #969696. Windows color (decimal): -9851240 or 10006121. OLE color: 10006121.

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

Color convert

RGB105174152-
CMYK0.4000.130.32
HSL160.87º29.87%54.71%-
HSV(B)160.87º39.66%68.24%-
XYZ26.6335.5435.16-
YUV150.86128.6495.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=24.36%
G=40.37%
B=35.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741520.4000.130.32160.8729.8754.71
Hex69AE98280D20a11e37
Octal15125623050015402413667
Binary11010011010111010011000101000011011000001010000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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