Html Css Color HEX #5ABC9A Keppel

📋 copy color: '#5ABC9A'

red 90 ◦ green 188 ◦ blue 154

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

Shades of Keppel #5ABC9A

Tints of Keppel #5ABC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.52%

 BLUE value IS 154 (60.55% from 255) = 35.65%

R = 20.83%
G = 43.52%
B = 35.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#5ABC9A (or 0x5ABC9A) is known color: Keppel. HEX triplet: 5A, BC and 9A. RGB value is (90,188,154). Sum of RGB (Red+Green+Blue) = 90+188+154=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC9A is #A54365. Grayscale: #9A9A9A. Windows color (decimal): -10830694 or 10140762. OLE color: 10140762.

HSL color Cylindrical-coordinate representation of color #5ABC9A: hue angle of 159.18º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC9A is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 154 -
CMYK 0.52 0 0.18 0.26
HSL 159.18º 0.42% 0.55% -
HSV(B) 159.18º 0.52% 0.74% -
XYZ 28.03 40.47 36.91 -
YUV 154.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 90 188 154 0.52 0 0.18 0.26 159.18 0.42 0.55
Hex 5A BC 9A 34 0 12 1A 9F 2A 37
Octal 132 274 232 64 0 22 32 237 52 67
Binary 1011010 10111100 10011010 110100 0 10010 11010 10011111 101010 110111

Color Harmonies of #5ABC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC9A

Black with #5ABC9A

Text Example


Text Example

White with #5ABC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,154); }

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

background-color css

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

 a { background-color: rgb(90,188,154); }

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

border-color css

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

 span { border-color: rgb(90,188,154); }

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