Html Css Color HEX #ABC0A6 Spring Rain

📋 copy color: '#ABC0A6'

red 171 ◦ green 192 ◦ blue 166

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

Shades of Spring Rain #ABC0A6

Tints of Spring Rain #ABC0A6

RGB

 RED value IS 171 (67.19% from 255) = 32.33%

 GREEN value IS 192 (75.39% from 255) = 36.29%

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 32.33%
G = 36.29%
B = 31.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#ABC0A6 (or 0xABC0A6) is known color: Spring Rain. HEX triplet: AB, C0 and A6. RGB value is (171,192,166). Sum of RGB (Red+Green+Blue) = 171+192+166=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0A6 is #543F59. Grayscale: #B6B6B6. Windows color (decimal): -5521242 or 10928299. OLE color: 10928299.

HSL color Cylindrical-coordinate representation of color #ABC0A6: hue angle of 108.46º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC0A6 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 166 -
CMYK 0.11 0 0.14 0.25
HSL 108.46º 0.17% 0.7% -
HSV(B) 108.46º 0.14% 0.75% -
XYZ 42.53 49.11 43.31 -
YUV 182.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 171 192 166 0.11 0 0.14 0.25 108.46 0.17 0.7
Hex AB C0 A6 B 0 E 19 6C 11 46
Octal 253 300 246 13 0 16 31 154 21 106
Binary 10101011 11000000 10100110 1011 0 1110 11001 1101100 10001 1000110

Color Harmonies of #ABC0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC0A6

Black with #ABC0A6

Text Example


Text Example

White with #ABC0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC0A6; }

 p { color: rgb(171,192,166); }

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

background-color css

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

 a { background-color: rgb(171,192,166); }

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

border-color css

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

 span { border-color: rgb(171,192,166); }

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