Html Css Color HEX #5AAA8A Keppel

📋 copy color: '#5AAA8A'

red 90 ◦ green 170 ◦ blue 138

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

Shades of Keppel #5AAA8A

Tints of Keppel #5AAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 22.61%
G = 42.71%
B = 34.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#5AAA8A (or 0x5AAA8A) is known color: Keppel. HEX triplet: 5A, AA and 8A. RGB value is (90,170,138). Sum of RGB (Red+Green+Blue) = 90+170+138=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA8A is #A55575. Grayscale: #8E8E8E. Windows color (decimal): -10835318 or 9087578. OLE color: 9087578.

HSL color Cylindrical-coordinate representation of color #5AAA8A: hue angle of 156º 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 #5AAA8A is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 138 -
CMYK 0.47 0 0.19 0.33
HSL 156º 0.32% 0.51% -
HSV(B) 156º 0.47% 0.67% -
XYZ 23.18 32.76 29.15 -
YUV 142.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 90 170 138 0.47 0 0.19 0.33 156 0.32 0.51
Hex 5A AA 8A 2F 0 13 21 9C 20 33
Octal 132 252 212 57 0 23 41 234 40 63
Binary 1011010 10101010 10001010 101111 0 10011 100001 10011100 100000 110011

Color Harmonies of #5AAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA8A

Black with #5AAA8A

Text Example


Text Example

White with #5AAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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