Html Css Color HEX #5AA894 Keppel

📋 copy color: '#5AA894'

red 90 ◦ green 168 ◦ blue 148

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

Shades of Keppel #5AA894

Tints of Keppel #5AA894

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

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

R = 22.17%
G = 41.38%
B = 36.45%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#5AA894 (or 0x5AA894) is known color: Keppel. HEX triplet: 5A, A8 and 94. RGB value is (90,168,148). Sum of RGB (Red+Green+Blue) = 90+168+148=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA894 is #A5576B. Grayscale: #8E8E8E. Windows color (decimal): -10835820 or 9742426. OLE color: 9742426.

HSL color Cylindrical-coordinate representation of color #5AA894: hue angle of 164.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA894 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 168 148 -
CMYK 0.46 0 0.12 0.34
HSL 164.62º 0.31% 0.51% -
HSV(B) 164.62º 0.46% 0.66% -
XYZ 23.56 32.32 33.01 -
YUV 142.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 90 168 148 0.46 0 0.12 0.34 164.62 0.31 0.51
Hex 5A A8 94 2E 0 C 22 A5 1F 33
Octal 132 250 224 56 0 14 42 245 37 63
Binary 1011010 10101000 10010100 101110 0 1100 100010 10100101 11111 110011

Color Harmonies of #5AA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA894

Black with #5AA894

Text Example


Text Example

White with #5AA894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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