#69B59E

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

Shades of Keppel #69B59E

Tints of Keppel #69B59E

Color information

#69B59E (or 0x69B59E) is unknown color: approx Keppel. HEX triplet: 69, B5 and 9E. RGB value is (105,181,158). Sum of RGB (Red+Green+Blue) = 105+181+158=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #69B59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B59E is #964A61. Grayscale: #9B9B9B. Windows color (decimal): -9849442 or 10401129. OLE color: 10401129.

HSL color Cylindrical-coordinate representation of color #69B59E: hue angle of 161.84º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B59E is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB105181158-
CMYK0.4200.130.29
HSL161.84º33.93%56.08%-
HSV(B)161.84º41.99%70.98%-
XYZ28.5238.5238.28-
YUV155.65129.3291.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=23.65%
G=40.77%
B=35.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051811580.4200.130.29161.8433.9356.08
Hex69B59E2A0D1Da22238
Octal15126523652015352424270
Binary11010011011010110011110101010011011110110100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,181,158); }

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

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

 a { background-color: rgb(105,181,158); }

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

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

 span { border-color: rgb(105,181,158); }

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