Html Css Color HEX #669E88 Patina

📋 copy color: '#669E88'

red 102 ◦ green 158 ◦ blue 136

#669E88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #669E88

Tints of Patina #669E88

RGB

 RED value IS 102 (40.23% from 255) = 25.76%

 GREEN value IS 158 (62.11% from 255) = 39.9%

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 25.76%
G = 39.9%
B = 34.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#669E88 (or 0x669E88) is known color: 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

RGB 102 158 136 -
CMYK 0.35 0 0.14 0.38
HSL 156.43º 0.22% 0.51% -
HSV(B) 156.43º 0.35% 0.62% -
XYZ 22.15 29.06 27.73 -
YUV 138.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 102 158 136 0.35 0 0.14 0.38 156.43 0.22 0.51
Hex 66 9E 88 23 0 E 26 9C 16 33
Octal 146 236 210 43 0 16 46 234 26 63
Binary 1100110 10011110 10001000 100011 0 1110 100110 10011100 10110 110011

Color Harmonies of #669E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669E88

Black with #669E88

Text Example


Text Example

White with #669E88

Text Example


Text Example

HTML Codes & Css Web 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>