#69AB9A

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

Shades of Keppel #69AB9A

Tints of Keppel #69AB9A

Color information

#69AB9A (or 0x69AB9A) is unknown color: approx Keppel. HEX triplet: 69, AB and 9A. RGB value is (105,171,154). Sum of RGB (Red+Green+Blue) = 105+171+154=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AB9A is #965465. Grayscale: #959595. Windows color (decimal): -9852006 or 10136425. OLE color: 10136425.

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

Color convert

RGB105171154-
CMYK0.3900.100.33
HSL164.55º28.21%54.12%-
HSV(B)164.55º38.6%67.06%-
XYZ26.2234.4635.84-
YUV149.33130.6396.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 171 (67.19% from 255) = 39.77%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=24.42%
G=39.77%
B=35.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711540.3900.100.33164.5528.2154.12
Hex69AB9A270A21a51c36
Octal15125323247012412453466
Binary11010011010101110011010100111010101000011010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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