Html Css Color HEX #5AB49D Keppel

📋 copy color: '#5AB49D'

red 90 ◦ green 180 ◦ blue 157

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

Shades of Keppel #5AB49D

Tints of Keppel #5AB49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 21.08%
G = 42.15%
B = 36.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#5AB49D (or 0x5AB49D) is known color: Keppel. HEX triplet: 5A, B4 and 9D. RGB value is (90,180,157). Sum of RGB (Red+Green+Blue) = 90+180+157=427 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.08% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB49D is #A54B62. Grayscale: #969696. Windows color (decimal): -10832739 or 10335322. OLE color: 10335322.

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

Color convert

RGB 90 180 157 -
CMYK 0.50 0 0.13 0.29
HSL 164.67º 0.38% 0.53% -
HSV(B) 164.67º 0.5% 0.71% -
XYZ 26.62 37.25 37.69 -
YUV 150.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 90 180 157 0.50 0 0.13 0.29 164.67 0.38 0.53
Hex 5A B4 9D 32 0 D 1D A5 26 35
Octal 132 264 235 62 0 15 35 245 46 65
Binary 1011010 10110100 10011101 110010 0 1101 11101 10100101 100110 110101

Color Harmonies of #5AB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB49D

Black with #5AB49D

Text Example


Text Example

White with #5AB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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