Html Css Color HEX #5AAA94 Keppel

📋 copy color: '#5AAA94'

red 90 ◦ green 170 ◦ blue 148

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

Shades of Keppel #5AAA94

Tints of Keppel #5AAA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 22.06%
G = 41.67%
B = 36.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#5AAA94 (or 0x5AAA94) is known color: Keppel. HEX triplet: 5A, AA and 94. RGB value is (90,170,148). Sum of RGB (Red+Green+Blue) = 90+170+148=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAA94 is #A5556B. Grayscale: #8F8F8F. Windows color (decimal): -10835308 or 9742938. OLE color: 9742938.

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

Color convert

RGB 90 170 148 -
CMYK 0.47 0 0.13 0.33
HSL 163.5º 0.32% 0.51% -
HSV(B) 163.5º 0.47% 0.67% -
XYZ 23.94 33.06 33.14 -
YUV 143.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 90 170 148 0.47 0 0.13 0.33 163.5 0.32 0.51
Hex 5A AA 94 2F 0 D 21 A4 20 33
Octal 132 252 224 57 0 15 41 244 40 63
Binary 1011010 10101010 10010100 101111 0 1101 100001 10100100 100000 110011

Color Harmonies of #5AAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA94

Black with #5AAA94

Text Example


Text Example

White with #5AAA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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