Html Css Color HEX #5AAC98 Keppel

📋 copy color: '#5AAC98'

red 90 ◦ green 172 ◦ blue 152

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

Shades of Keppel #5AAC98

Tints of Keppel #5AAC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 21.74%
G = 41.55%
B = 36.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#5AAC98 (or 0x5AAC98) is known color: Keppel. HEX triplet: 5A, AC and 98. RGB value is (90,172,152). Sum of RGB (Red+Green+Blue) = 90+172+152=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAC98 is #A55367. Grayscale: #919191. Windows color (decimal): -10834792 or 10005594. OLE color: 10005594.

HSL color Cylindrical-coordinate representation of color #5AAC98: hue angle of 165.37º 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 #5AAC98 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 172 152 -
CMYK 0.48 0 0.12 0.33
HSL 165.37º 0.33% 0.51% -
HSV(B) 165.37º 0.48% 0.67% -
XYZ 24.64 33.95 34.96 -
YUV 145.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 90 172 152 0.48 0 0.12 0.33 165.37 0.33 0.51
Hex 5A AC 98 30 0 C 21 A5 21 33
Octal 132 254 230 60 0 14 41 245 41 63
Binary 1011010 10101100 10011000 110000 0 1100 100001 10100101 100001 110011

Color Harmonies of #5AAC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC98

Black with #5AAC98

Text Example


Text Example

White with #5AAC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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