Html Css Color HEX #5AB394 Keppel

📋 copy color: '#5AB394'

red 90 ◦ green 179 ◦ blue 148

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

Shades of Keppel #5AB394

Tints of Keppel #5AB394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

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

R = 21.58%
G = 42.93%
B = 35.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#5AB394 (or 0x5AB394) is known color: Keppel. HEX triplet: 5A, B3 and 94. RGB value is (90,179,148). Sum of RGB (Red+Green+Blue) = 90+179+148=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB394 is #A54C6B. Grayscale: #949494. Windows color (decimal): -10833004 or 9745242. OLE color: 9745242.

HSL color Cylindrical-coordinate representation of color #5AB394: hue angle of 159.1º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB394 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 90 179 148 -
CMYK 0.50 0 0.17 0.30
HSL 159.1º 0.37% 0.53% -
HSV(B) 159.1º 0.5% 0.7% -
XYZ 25.68 36.55 33.72 -
YUV 148.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 90 179 148 0.50 0 0.17 0.30 159.1 0.37 0.53
Hex 5A B3 94 32 0 11 1E 9F 25 35
Octal 132 263 224 62 0 21 36 237 45 65
Binary 1011010 10110011 10010100 110010 0 10001 11110 10011111 100101 110101

Color Harmonies of #5AB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB394

Black with #5AB394

Text Example


Text Example

White with #5AB394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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