Html Css Color HEX #ADC8A8 Rainee

📋 copy color: '#ADC8A8'

red 173 ◦ green 200 ◦ blue 168

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

Shades of Rainee #ADC8A8

Tints of Rainee #ADC8A8

RGB

 RED value IS 173 (67.97% from 255) = 31.98%

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

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

R = 31.98%
G = 36.97%
B = 31.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#ADC8A8 (or 0xADC8A8) is known color: Rainee. HEX triplet: AD, C8 and A8. RGB value is (173,200,168). Sum of RGB (Red+Green+Blue) = 173+200+168=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8A8 is #523757. Grayscale: #BCBCBC. Windows color (decimal): -5388120 or 11061421. OLE color: 11061421.

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

Color convert

RGB 173 200 168 -
CMYK 0.14 0 0.16 0.22
HSL 110.63º 0.23% 0.72% -
HSV(B) 110.63º 0.16% 0.78% -
XYZ 44.96 53.02 44.91 -
YUV 188.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 173 200 168 0.14 0 0.16 0.22 110.63 0.23 0.72
Hex AD C8 A8 E 0 10 16 6F 17 48
Octal 255 310 250 16 0 20 26 157 27 110
Binary 10101101 11001000 10101000 1110 0 10000 10110 1101111 10111 1001000

Color Harmonies of #ADC8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8A8

Black with #ADC8A8

Text Example


Text Example

White with #ADC8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8A8; }

 p { color: rgb(173,200,168); }

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

background-color css

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

 a { background-color: rgb(173,200,168); }

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

border-color css

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

 span { border-color: rgb(173,200,168); }

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