Html Css Color HEX #AFCEA6 Rainee

📋 copy color: '#AFCEA6'

red 175 ◦ green 206 ◦ blue 166

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

Shades of Rainee #AFCEA6

Tints of Rainee #AFCEA6

RGB

 RED value IS 175 (68.75% from 255) = 31.99%

 GREEN value IS 206 (80.86% from 255) = 37.66%

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

R = 31.99%
G = 37.66%
B = 30.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#AFCEA6 (or 0xAFCEA6) is known color: Rainee. HEX triplet: AF, CE and A6. RGB value is (175,206,166). Sum of RGB (Red+Green+Blue) = 175+206+166=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEA6 is #503159. Grayscale: #C0C0C0. Windows color (decimal): -5255514 or 10931887. OLE color: 10931887.

HSL color Cylindrical-coordinate representation of color #AFCEA6: hue angle of 106.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCEA6 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 166 -
CMYK 0.15 0 0.19 0.19
HSL 106.5º 0.29% 0.73% -
HSV(B) 106.5º 0.19% 0.81% -
XYZ 46.63 56.01 44.43 -
YUV 192.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 175 206 166 0.15 0 0.19 0.19 106.5 0.29 0.73
Hex AF CE A6 F 0 13 13 6A 1D 49
Octal 257 316 246 17 0 23 23 152 35 111
Binary 10101111 11001110 10100110 1111 0 10011 10011 1101010 11101 1001001

Color Harmonies of #AFCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEA6

Black with #AFCEA6

Text Example


Text Example

White with #AFCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEA6; }

 p { color: rgb(175,206,166); }

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

background-color css

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

 a { background-color: rgb(175,206,166); }

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

border-color css

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

 span { border-color: rgb(175,206,166); }

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