Html Css Color HEX #5AB492 Keppel

📋 copy color: '#5AB492'

red 90 ◦ green 180 ◦ blue 146

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

Shades of Keppel #5AB492

Tints of Keppel #5AB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.27%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 21.63%
G = 43.27%
B = 35.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#5AB492 (or 0x5AB492) is known color: Keppel. HEX triplet: 5A, B4 and 92. RGB value is (90,180,146). Sum of RGB (Red+Green+Blue) = 90+180+146=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB492 is #A54B6D. Grayscale: #959595. Windows color (decimal): -10832750 or 9614426. OLE color: 9614426.

HSL color Cylindrical-coordinate representation of color #5AB492: hue angle of 157.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB492 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 180 146 -
CMYK 0.50 0 0.19 0.29
HSL 157.33º 0.38% 0.53% -
HSV(B) 157.33º 0.5% 0.71% -
XYZ 25.73 36.89 32.96 -
YUV 149.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 90 180 146 0.50 0 0.19 0.29 157.33 0.38 0.53
Hex 5A B4 92 32 0 13 1D 9D 26 35
Octal 132 264 222 62 0 23 35 235 46 65
Binary 1011010 10110100 10010010 110010 0 10011 11101 10011101 100110 110101

Color Harmonies of #5AB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB492

Black with #5AB492

Text Example


Text Example

White with #5AB492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,180,146); }

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

background-color css

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

 a { background-color: rgb(90,180,146); }

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

border-color css

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

 span { border-color: rgb(90,180,146); }

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