Html Css Color HEX #AFCDA6 Rainee

📋 copy color: '#AFCDA6'

red 175 ◦ green 205 ◦ blue 166

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

Shades of Rainee #AFCDA6

Tints of Rainee #AFCDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.55%

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

R = 32.05%
G = 37.55%
B = 30.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#AFCDA6 (or 0xAFCDA6) is known color: Rainee. HEX triplet: AF, CD and A6. RGB value is (175,205,166). Sum of RGB (Red+Green+Blue) = 175+205+166=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA6 is #503259. Grayscale: #BFBFBF. Windows color (decimal): -5255770 or 10931631. OLE color: 10931631.

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

Color convert

RGB 175 205 166 -
CMYK 0.15 0 0.19 0.20
HSL 106.15º 0.28% 0.73% -
HSV(B) 106.15º 0.19% 0.8% -
XYZ 46.39 55.53 44.35 -
YUV 191.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 175 205 166 0.15 0 0.19 0.20 106.15 0.28 0.73
Hex AF CD A6 F 0 13 14 6A 1C 49
Octal 257 315 246 17 0 23 24 152 34 111
Binary 10101111 11001101 10100110 1111 0 10011 10100 1101010 11100 1001001

Color Harmonies of #AFCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDA6

Black with #AFCDA6

Text Example


Text Example

White with #AFCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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