Html Css Color HEX #5AB992 Keppel

📋 copy color: '#5AB992'

red 90 ◦ green 185 ◦ blue 146

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

Shades of Keppel #5AB992

Tints of Keppel #5AB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.94%

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

R = 21.38%
G = 43.94%
B = 34.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#5AB992 (or 0x5AB992) is known color: Keppel. HEX triplet: 5A, B9 and 92. RGB value is (90,185,146). Sum of RGB (Red+Green+Blue) = 90+185+146=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB992 is #A5466D. Grayscale: #989898. Windows color (decimal): -10831470 or 9615706. OLE color: 9615706.

HSL color Cylindrical-coordinate representation of color #5AB992: hue angle of 155.37º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB992 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 185 146 -
CMYK 0.51 0 0.21 0.27
HSL 155.37º 0.4% 0.54% -
HSV(B) 155.37º 0.51% 0.73% -
XYZ 26.75 38.95 33.3 -
YUV 152.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 90 185 146 0.51 0 0.21 0.27 155.37 0.4 0.54
Hex 5A B9 92 33 0 15 1B 9B 28 36
Octal 132 271 222 63 0 25 33 233 50 66
Binary 1011010 10111001 10010010 110011 0 10101 11011 10011011 101000 110110

Color Harmonies of #5AB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB992

Black with #5AB992

Text Example


Text Example

White with #5AB992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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