Html Css Color HEX #5AAC9E Keppel

📋 copy color: '#5AAC9E'

red 90 ◦ green 172 ◦ blue 158

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

Shades of Keppel #5AAC9E

Tints of Keppel #5AAC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 21.43%
G = 40.95%
B = 37.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#5AAC9E (or 0x5AAC9E) is known color: Keppel. HEX triplet: 5A, AC and 9E. RGB value is (90,172,158). Sum of RGB (Red+Green+Blue) = 90+172+158=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAC9E is #A55361. Grayscale: #919191. Windows color (decimal): -10834786 or 10398810. OLE color: 10398810.

HSL color Cylindrical-coordinate representation of color #5AAC9E: hue angle of 169.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAC9E is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 172 158 -
CMYK 0.48 0 0.08 0.33
HSL 169.76º 0.33% 0.51% -
HSV(B) 169.76º 0.48% 0.67% -
XYZ 25.14 34.15 37.61 -
YUV 145.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 90 172 158 0.48 0 0.08 0.33 169.76 0.33 0.51
Hex 5A AC 9E 30 0 8 21 AA 21 33
Octal 132 254 236 60 0 10 41 252 41 63
Binary 1011010 10101100 10011110 110000 0 1000 100001 10101010 100001 110011

Color Harmonies of #5AAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC9E

Black with #5AAC9E

Text Example


Text Example

White with #5AAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,172,158); }

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

background-color css

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

 a { background-color: rgb(90,172,158); }

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

border-color css

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

 span { border-color: rgb(90,172,158); }

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