#69B69E

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

Shades of Keppel #69B69E

Tints of Keppel #69B69E

Color information

#69B69E (or 0x69B69E) is unknown color: approx Keppel. HEX triplet: 69, B6 and 9E. RGB value is (105,182,158). Sum of RGB (Red+Green+Blue) = 105+182+158=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #69B69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B69E is #964961. Grayscale: #9C9C9C. Windows color (decimal): -9849186 or 10401385. OLE color: 10401385.

HSL color Cylindrical-coordinate representation of color #69B69E: hue angle of 161.3º degrees, saturation: 0.35, 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 #69B69E is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB105182158-
CMYK0.4200.130.29
HSL161.3º34.53%56.27%-
HSV(B)161.3º42.31%71.37%-
XYZ28.7338.9338.35-
YUV156.24128.9991.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.60%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=23.60%
G=40.90%
B=35.51%

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
Decimal1051821580.4200.130.29161.334.5356.27
Hex69B69E2A0D1Da12338
Octal15126623652015352414370
Binary11010011011011010011110101010011011110110100001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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