Html Css Color HEX #AFF1DF Water Leaf

📋 copy color: '#AFF1DF'

red 175 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #AFF1DF

Tints of Water Leaf #AFF1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.72%

 BLUE value IS 223 (87.5% from 255) = 34.9%

R = 27.39%
G = 37.72%
B = 34.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#AFF1DF (or 0xAFF1DF) is known color: Water Leaf. HEX triplet: AF, F1 and DF. RGB value is (175,241,223). Sum of RGB (Red+Green+Blue) = 175+241+223=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1DF is #500E20. Grayscale: #DBDBDB. Windows color (decimal): -5246497 or 14676399. OLE color: 14676399.

HSL color Cylindrical-coordinate representation of color #AFF1DF: hue angle of 163.64º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF1DF is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 241 223 -
CMYK 0.27 0 0.07 0.05
HSL 163.64º 0.7% 0.82% -
HSV(B) 163.64º 0.27% 0.95% -
XYZ 62.45 77.35 81.45 -
YUV 219.21 130.13 96.46 -
System Red Green Blue C M Y K H S L
Decimal 175 241 223 0.27 0 0.07 0.05 163.64 0.7 0.82
Hex AF F1 DF 1B 0 7 5 A4 46 52
Octal 257 361 337 33 0 7 5 244 106 122
Binary 10101111 11110001 11011111 11011 0 111 101 10100100 1000110 1010010

Color Harmonies of #AFF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1DF

Black with #AFF1DF

Text Example


Text Example

White with #AFF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1DF; }

 p { color: rgb(175,241,223); }

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

background-color css

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

 a { background-color: rgb(175,241,223); }

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

border-color css

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

 span { border-color: rgb(175,241,223); }

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