Html Css Color HEX #5AAA9A Keppel

📋 copy color: '#5AAA9A'

red 90 ◦ green 170 ◦ blue 154

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

Shades of Keppel #5AAA9A

Tints of Keppel #5AAA9A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 21.74%
G = 41.06%
B = 37.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#5AAA9A (or 0x5AAA9A) is known color: Keppel. HEX triplet: 5A, AA and 9A. RGB value is (90,170,154). Sum of RGB (Red+Green+Blue) = 90+170+154=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA9A is #A55565. Grayscale: #909090. Windows color (decimal): -10835302 or 10136154. OLE color: 10136154.

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

Color convert

RGB 90 170 154 -
CMYK 0.47 0 0.09 0.33
HSL 168º 0.32% 0.51% -
HSV(B) 168º 0.47% 0.67% -
XYZ 24.42 33.26 35.7 -
YUV 144.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 90 170 154 0.47 0 0.09 0.33 168 0.32 0.51
Hex 5A AA 9A 2F 0 9 21 A8 20 33
Octal 132 252 232 57 0 11 41 250 40 63
Binary 1011010 10101010 10011010 101111 0 1001 100001 10101000 100000 110011

Color Harmonies of #5AAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA9A

Black with #5AAA9A

Text Example


Text Example

White with #5AAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,170,154); }

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

background-color css

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

 a { background-color: rgb(90,170,154); }

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

border-color css

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

 span { border-color: rgb(90,170,154); }

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