#69AB9B

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

Shades of Keppel #69AB9B

Tints of Keppel #69AB9B

Color information

#69AB9B (or 0x69AB9B) is unknown color: approx Keppel. HEX triplet: 69, AB and 9B. RGB value is (105,171,155). Sum of RGB (Red+Green+Blue) = 105+171+155=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AB9B is #965464. Grayscale: #959595. Windows color (decimal): -9852005 or 10201961. OLE color: 10201961.

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

Color convert

RGB105171155-
CMYK0.3900.090.33
HSL165.45º28.21%54.12%-
HSV(B)165.45º38.6%67.06%-
XYZ26.3134.536.28-
YUV149.44131.1396.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=24.36%
G=39.68%
B=35.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711550.3900.090.33165.4528.2154.12
Hex69AB9B270921a51c36
Octal15125323347011412453466
Binary11010011010101110011011100111010011000011010010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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