#669E88

Color #669E88 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #669E88

Tints of Patina #669E88

Color information

#669E88 (or 0x669E88) is unknown color: approx Patina. HEX triplet: 66, 9E and 88. RGB value is (102,158,136). Sum of RGB (Red+Green+Blue) = 102+158+136=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #669E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E88 is #996177. Grayscale: #8A8A8A. Windows color (decimal): -10051960 or 8953446. OLE color: 8953446.

HSL color Cylindrical-coordinate representation of color #669E88: hue angle of 156.43º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E88 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB102158136-
CMYK0.3500.140.38
HSL156.43º22.4%50.98%-
HSV(B)156.43º35.44%61.96%-
XYZ22.1529.0627.73-
YUV138.75126.45101.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 158 (62.11% from 255) = 39.90%
BLUE value IS 136 (53.52% from 255) = 34.34%
R=25.76%
G=39.90%
B=34.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021581360.3500.140.38156.4322.450.98
Hex669E88230E269c1633
Octal14623621043016462342663
Binary11001101001111010001000100011011101001101001110010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669E88; }

 p { color: rgb(102,158,136); }

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

<style>
 a { background-color: #669E88; }

 a { background-color: rgb(102,158,136); }

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

<style>
 span { border-color: #669E88; }

 span { border-color: rgb(102,158,136); }

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