Html Css Color HEX #5AB692 Keppel

📋 copy color: '#5AB692'

red 90 ◦ green 182 ◦ blue 146

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

Shades of Keppel #5AB692

Tints of Keppel #5AB692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.54%

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

R = 21.53%
G = 43.54%
B = 34.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#5AB692 (or 0x5AB692) is known color: Keppel. HEX triplet: 5A, B6 and 92. RGB value is (90,182,146). Sum of RGB (Red+Green+Blue) = 90+182+146=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB692 is #A5496D. Grayscale: #969696. Windows color (decimal): -10832238 or 9614938. OLE color: 9614938.

HSL color Cylindrical-coordinate representation of color #5AB692: hue angle of 156.52º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB692 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 182 146 -
CMYK 0.51 0 0.20 0.29
HSL 156.52º 0.39% 0.53% -
HSV(B) 156.52º 0.51% 0.71% -
XYZ 26.13 37.7 33.09 -
YUV 150.39 125.52 84.93 -
System Red Green Blue C M Y K H S L
Decimal 90 182 146 0.51 0 0.20 0.29 156.52 0.39 0.53
Hex 5A B6 92 33 0 14 1D 9D 27 35
Octal 132 266 222 63 0 24 35 235 47 65
Binary 1011010 10110110 10010010 110011 0 10100 11101 10011101 100111 110101

Color Harmonies of #5AB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB692

Black with #5AB692

Text Example


Text Example

White with #5AB692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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