Html Css Color HEX #5AAD9D Keppel

📋 copy color: '#5AAD9D'

red 90 ◦ green 173 ◦ blue 157

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

Shades of Keppel #5AAD9D

Tints of Keppel #5AAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 21.43%
G = 41.19%
B = 37.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#5AAD9D (or 0x5AAD9D) is known color: Keppel. HEX triplet: 5A, AD and 9D. RGB value is (90,173,157). Sum of RGB (Red+Green+Blue) = 90+173+157=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAD9D is #A55262. Grayscale: #929292. Windows color (decimal): -10834531 or 10333530. OLE color: 10333530.

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

Color convert

RGB 90 173 157 -
CMYK 0.48 0 0.09 0.32
HSL 168.43º 0.34% 0.52% -
HSV(B) 168.43º 0.48% 0.68% -
XYZ 25.25 34.5 37.23 -
YUV 146.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 90 173 157 0.48 0 0.09 0.32 168.43 0.34 0.52
Hex 5A AD 9D 30 0 9 20 A8 22 34
Octal 132 255 235 60 0 11 40 250 42 64
Binary 1011010 10101101 10011101 110000 0 1001 100000 10101000 100010 110100

Color Harmonies of #5AAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAD9D

Black with #5AAD9D

Text Example


Text Example

White with #5AAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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