Html Css Color HEX #ABC4A8 Rainee

📋 copy color: '#ABC4A8'

red 171 ◦ green 196 ◦ blue 168

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

Shades of Rainee #ABC4A8

Tints of Rainee #ABC4A8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 31.96%
G = 36.64%
B = 31.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#ABC4A8 (or 0xABC4A8) is known color: Rainee. HEX triplet: AB, C4 and A8. RGB value is (171,196,168). Sum of RGB (Red+Green+Blue) = 171+196+168=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC4A8 is #543B57. Grayscale: #B9B9B9. Windows color (decimal): -5520216 or 11060395. OLE color: 11060395.

HSL color Cylindrical-coordinate representation of color #ABC4A8: hue angle of 113.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC4A8 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 168 -
CMYK 0.13 0 0.14 0.23
HSL 113.57º 0.19% 0.71% -
HSV(B) 113.57º 0.14% 0.77% -
XYZ 43.6 50.96 44.58 -
YUV 185.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 171 196 168 0.13 0 0.14 0.23 113.57 0.19 0.71
Hex AB C4 A8 D 0 E 17 72 13 47
Octal 253 304 250 15 0 16 27 162 23 107
Binary 10101011 11000100 10101000 1101 0 1110 10111 1110010 10011 1000111

Color Harmonies of #ABC4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC4A8

Black with #ABC4A8

Text Example


Text Example

White with #ABC4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC4A8; }

 p { color: rgb(171,196,168); }

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

background-color css

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

 a { background-color: rgb(171,196,168); }

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

border-color css

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

 span { border-color: rgb(171,196,168); }

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