#69B2A0

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

Shades of Keppel #69B2A0

Tints of Keppel #69B2A0

Color information

#69B2A0 (or 0x69B2A0) is unknown color: approx Keppel. HEX triplet: 69, B2 and A0. RGB value is (105,178,160). Sum of RGB (Red+Green+Blue) = 105+178+160=443 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.70% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #69B2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B2A0 is #964D5F. Grayscale: #9A9A9A. Windows color (decimal): -9850208 or 10531433. OLE color: 10531433.

HSL color Cylindrical-coordinate representation of color #69B2A0: hue angle of 165.21º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B2A0 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB105178160-
CMYK0.4100.100.30
HSL165.21º32.16%55.49%-
HSV(B)165.21º41.01%69.8%-
XYZ28.0937.3838.99-
YUV154.12131.3292.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 23.70%
GREEN value IS 178 (69.92% from 255) = 40.18%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=23.70%
G=40.18%
B=36.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051781600.4100.100.30165.2132.1655.49
Hex69B2A0290A1Ea52037
Octal15126224051012362454067
Binary11010011011001010100000101001010101111010100101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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