#69B69D

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

Shades of Keppel #69B69D

Tints of Keppel #69B69D

Color information

#69B69D (or 0x69B69D) is unknown color: approx Keppel. HEX triplet: 69, B6 and 9D. RGB value is (105,182,157). Sum of RGB (Red+Green+Blue) = 105+182+157=444 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.65% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #69B69D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B69D is #964962. Grayscale: #9C9C9C. Windows color (decimal): -9849187 or 10335849. OLE color: 10335849.

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

Color convert

RGB105182157-
CMYK0.4200.140.29
HSL160.52º34.53%56.27%-
HSV(B)160.52º42.31%71.37%-
XYZ28.6438.8937.9-
YUV156.13128.4991.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.65%
GREEN value IS 182 (71.48% from 255) = 40.99%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=23.65%
G=40.99%
B=35.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051821570.4200.140.29160.5234.5356.27
Hex69B69D2A0E1Da12338
Octal15126623552016352414370
Binary11010011011011010011101101010011101110110100001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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