Html Css Color HEX #5AAD8D Keppel

📋 copy color: '#5AAD8D'

red 90 ◦ green 173 ◦ blue 141

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

Shades of Keppel #5AAD8D

Tints of Keppel #5AAD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 22.28%
G = 42.82%
B = 34.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#5AAD8D (or 0x5AAD8D) is known color: Keppel. HEX triplet: 5A, AD and 8D. RGB value is (90,173,141). Sum of RGB (Red+Green+Blue) = 90+173+141=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAD8D is #A55272. Grayscale: #909090. Windows color (decimal): -10834547 or 9284954. OLE color: 9284954.

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

Color convert

RGB 90 173 141 -
CMYK 0.48 0 0.18 0.32
HSL 156.87º 0.34% 0.52% -
HSV(B) 156.87º 0.48% 0.68% -
XYZ 23.97 33.98 30.5 -
YUV 144.54 126 89.1 -
System Red Green Blue C M Y K H S L
Decimal 90 173 141 0.48 0 0.18 0.32 156.87 0.34 0.52
Hex 5A AD 8D 30 0 12 20 9D 22 34
Octal 132 255 215 60 0 22 40 235 42 64
Binary 1011010 10101101 10001101 110000 0 10010 100000 10011101 100010 110100

Color Harmonies of #5AAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAD8D

Black with #5AAD8D

Text Example


Text Example

White with #5AAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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