Html Css Color HEX #ABC8A6 Rainee

📋 copy color: '#ABC8A6'

red 171 ◦ green 200 ◦ blue 166

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

Shades of Rainee #ABC8A6

Tints of Rainee #ABC8A6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.24%

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

R = 31.84%
G = 37.24%
B = 30.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#ABC8A6 (or 0xABC8A6) is known color: Rainee. HEX triplet: AB, C8 and A6. RGB value is (171,200,166). Sum of RGB (Red+Green+Blue) = 171+200+166=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8A6 is #543759. Grayscale: #BBBBBB. Windows color (decimal): -5519194 or 10930347. OLE color: 10930347.

HSL color Cylindrical-coordinate representation of color #ABC8A6: hue angle of 111.18º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC8A6 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 166 -
CMYK 0.14 0 0.17 0.22
HSL 111.18º 0.24% 0.72% -
HSV(B) 111.18º 0.17% 0.78% -
XYZ 44.33 52.72 43.92 -
YUV 187.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 171 200 166 0.14 0 0.17 0.22 111.18 0.24 0.72
Hex AB C8 A6 E 0 11 16 6F 18 48
Octal 253 310 246 16 0 21 26 157 30 110
Binary 10101011 11001000 10100110 1110 0 10001 10110 1101111 11000 1001000

Color Harmonies of #ABC8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8A6

Black with #ABC8A6

Text Example


Text Example

White with #ABC8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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