#69B49A

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

Shades of Keppel #69B49A

Tints of Keppel #69B49A

Color information

#69B49A (or 0x69B49A) is unknown color: approx Keppel. HEX triplet: 69, B4 and 9A. RGB value is (105,180,154). Sum of RGB (Red+Green+Blue) = 105+180+154=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #69B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B49A is #964B65. Grayscale: #9A9A9A. Windows color (decimal): -9849702 or 10138729. OLE color: 10138729.

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

Color convert

RGB105180154-
CMYK0.4200.140.29
HSL159.2º33.33%55.88%-
HSV(B)159.2º41.67%70.59%-
XYZ27.9837.9836.43-
YUV154.61127.6592.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.92%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=23.92%
G=41.00%
B=35.08%

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
Decimal1051801540.4200.140.29159.233.3355.88
Hex69B49A2A0E1D9f2138
Octal15126423252016352374170
Binary11010011011010010011010101010011101110110011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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