#69bb9a

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

Shades of Keppel #69BB9A

Tints of Keppel #69BB9A

Color information

#69BB9A (or 0x69BB9A) is unknown color: approx Keppel. HEX triplet: 69, BB and 9A. RGB value is (105,187,154). Sum of RGB (Red+Green+Blue) = 105+187+154=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BB9A is #964465. Grayscale: #9E9E9E. Windows color (decimal): -9847910 or 10140521. OLE color: 10140521.

HSL color Cylindrical-coordinate representation of color #69BB9A: hue angle of 155.85º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BB9A is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB105187154-
CMYK0.4400.180.27
HSL155.85º37.61%57.25%-
HSV(B)155.85º43.85%73.33%-
XYZ29.4340.8836.91-
YUV158.72125.3389.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=23.54%
G=41.93%
B=34.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051871540.4400.180.27155.8537.6157.25
Hex69BB9A2C0121B9c2639
Octal15127323254022332344671
Binary110100110111011100110101011000100101101110011100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69bb9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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