#69B4A1

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

Shades of Keppel #69B4A1

Tints of Keppel #69B4A1

Color information

#69B4A1 (or 0x69B4A1) is unknown color: approx Keppel. HEX triplet: 69, B4 and A1. RGB value is (105,180,161). Sum of RGB (Red+Green+Blue) = 105+180+161=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #69B4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B4A1 is #964B5E. Grayscale: #9B9B9B. Windows color (decimal): -9849695 or 10597481. OLE color: 10597481.

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

Color convert

RGB105180161-
CMYK0.4200.110.29
HSL164.8º33.33%55.88%-
HSV(B)164.8º41.67%70.59%-
XYZ28.5838.2239.59-
YUV155.41131.1592.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.54%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=23.54%
G=40.36%
B=36.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801610.4200.110.29164.833.3355.88
Hex69B4A12A0B1Da52138
Octal15126424152013352454170
Binary11010011011010010100001101010010111110110100101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,180,161); }

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

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

 a { background-color: rgb(105,180,161); }

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

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

 span { border-color: rgb(105,180,161); }

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