Html Css Color HEX #5AA688 Patina

📋 copy color: '#5AA688'

red 90 ◦ green 166 ◦ blue 136

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

Shades of Patina #5AA688

Tints of Patina #5AA688

RGB

 RED value IS 90 (35.55% from 255) = 22.96%

 GREEN value IS 166 (65.23% from 255) = 42.35%

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

R = 22.96%
G = 42.35%
B = 34.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#5AA688 (or 0x5AA688) is known color: Patina. HEX triplet: 5A, A6 and 88. RGB value is (90,166,136). Sum of RGB (Red+Green+Blue) = 90+166+136=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA688 is #A55977. Grayscale: #8B8B8B. Windows color (decimal): -10836344 or 8955482. OLE color: 8955482.

HSL color Cylindrical-coordinate representation of color #5AA688: hue angle of 156.32º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA688 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 166 136 -
CMYK 0.46 0 0.18 0.35
HSL 156.32º 0.3% 0.5% -
HSV(B) 156.32º 0.46% 0.65% -
XYZ 22.3 31.22 28.14 -
YUV 139.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 90 166 136 0.46 0 0.18 0.35 156.32 0.3 0.5
Hex 5A A6 88 2E 0 12 23 9C 1E 32
Octal 132 246 210 56 0 22 43 234 36 62
Binary 1011010 10100110 10001000 101110 0 10010 100011 10011100 11110 110010

Color Harmonies of #5AA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA688

Black with #5AA688

Text Example


Text Example

White with #5AA688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA688; }

 p { color: rgb(90,166,136); }

 H1.HeaderClassName
 {
   color: #5AA688;
 }
 .AnyTagClassName
 {
   color: #5AA688;
 }
</style>

background-color css

<style>
 a { background-color: #5AA688; }

 a { background-color: rgb(90,166,136); }

 div.DivClassName
 {
   background-color: #5AA688;
 }
 .BgClassName
 {
   background-color: #5AA688;
 }
</style>

border-color css

<style>
 span { border-color: #5AA688; }

 span { border-color: rgb(90,166,136); }

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