#69B5A0

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

Shades of Keppel #69B5A0

Tints of Keppel #69B5A0

Color information

#69B5A0 (or 0x69B5A0) is unknown color: approx Keppel. HEX triplet: 69, B5 and A0. RGB value is (105,181,160). Sum of RGB (Red+Green+Blue) = 105+181+160=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #69B5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B5A0 is #964A5F. Grayscale: #9B9B9B. Windows color (decimal): -9849440 or 10532201. OLE color: 10532201.

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

Color convert

RGB105181160-
CMYK0.4200.120.29
HSL163.42º33.93%56.08%-
HSV(B)163.42º41.99%70.98%-
XYZ28.6938.5939.19-
YUV155.88130.3291.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 181 (71.09% from 255) = 40.58%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=23.54%
G=40.58%
B=35.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051811600.4200.120.29163.4233.9356.08
Hex69B5A02A0C1Da32238
Octal15126524052014352434270
Binary11010011011010110100000101010011001110110100011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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