Html Css Color HEX #5AAC99 Keppel

📋 copy color: '#5AAC99'

red 90 ◦ green 172 ◦ blue 153

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

Shades of Keppel #5AAC99

Tints of Keppel #5AAC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 21.69%
G = 41.45%
B = 36.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#5AAC99 (or 0x5AAC99) is known color: Keppel. HEX triplet: 5A, AC and 99. RGB value is (90,172,153). Sum of RGB (Red+Green+Blue) = 90+172+153=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAC99 is #A55366. Grayscale: #919191. Windows color (decimal): -10834791 or 10071130. OLE color: 10071130.

HSL color Cylindrical-coordinate representation of color #5AAC99: hue angle of 166.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAC99 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 172 153 -
CMYK 0.48 0 0.11 0.33
HSL 166.1º 0.33% 0.51% -
HSV(B) 166.1º 0.48% 0.67% -
XYZ 24.72 33.98 35.39 -
YUV 145.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 90 172 153 0.48 0 0.11 0.33 166.1 0.33 0.51
Hex 5A AC 99 30 0 B 21 A6 21 33
Octal 132 254 231 60 0 13 41 246 41 63
Binary 1011010 10101100 10011001 110000 0 1011 100001 10100110 100001 110011

Color Harmonies of #5AAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC99

Black with #5AAC99

Text Example


Text Example

White with #5AAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,172,153); }

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

background-color css

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

 a { background-color: rgb(90,172,153); }

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

border-color css

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

 span { border-color: rgb(90,172,153); }

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