Html Css Color HEX #5AAD9C Keppel

📋 copy color: '#5AAD9C'

red 90 ◦ green 173 ◦ blue 156

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

Shades of Keppel #5AAD9C

Tints of Keppel #5AAD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

 BLUE value IS 156 (61.33% from 255) = 37.23%

R = 21.48%
G = 41.29%
B = 37.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#5AAD9C (or 0x5AAD9C) is known color: Keppel. HEX triplet: 5A, AD and 9C. RGB value is (90,173,156). Sum of RGB (Red+Green+Blue) = 90+173+156=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAD9C is #A55263. Grayscale: #929292. Windows color (decimal): -10834532 or 10267994. OLE color: 10267994.

HSL color Cylindrical-coordinate representation of color #5AAD9C: hue angle of 167.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAD9C is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 173 156 -
CMYK 0.48 0 0.10 0.32
HSL 167.71º 0.34% 0.52% -
HSV(B) 167.71º 0.48% 0.68% -
XYZ 25.16 34.46 36.78 -
YUV 146.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 90 173 156 0.48 0 0.10 0.32 167.71 0.34 0.52
Hex 5A AD 9C 30 0 A 20 A8 22 34
Octal 132 255 234 60 0 12 40 250 42 64
Binary 1011010 10101101 10011100 110000 0 1010 100000 10101000 100010 110100

Color Harmonies of #5AAD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAD9C

Black with #5AAD9C

Text Example


Text Example

White with #5AAD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,173,156); }

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

background-color css

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

 a { background-color: rgb(90,173,156); }

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

border-color css

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

 span { border-color: rgb(90,173,156); }

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