Html Css Color HEX #AFF0DF Water Leaf

📋 copy color: '#AFF0DF'

red 175 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #AFF0DF

Tints of Water Leaf #AFF0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.62%

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

R = 27.43%
G = 37.62%
B = 34.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#AFF0DF (or 0xAFF0DF) is known color: Water Leaf. HEX triplet: AF, F0 and DF. RGB value is (175,240,223). Sum of RGB (Red+Green+Blue) = 175+240+223=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0DF is #500F20. Grayscale: #DADADA. Windows color (decimal): -5246753 or 14676143. OLE color: 14676143.

HSL color Cylindrical-coordinate representation of color #AFF0DF: hue angle of 164.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0DF is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 223 -
CMYK 0.27 0 0.07 0.06
HSL 164.31º 0.68% 0.81% -
HSV(B) 164.31º 0.27% 0.94% -
XYZ 62.16 76.76 81.35 -
YUV 218.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 175 240 223 0.27 0 0.07 0.06 164.31 0.68 0.81
Hex AF F0 DF 1B 0 7 6 A4 44 51
Octal 257 360 337 33 0 7 6 244 104 121
Binary 10101111 11110000 11011111 11011 0 111 110 10100100 1000100 1010001

Color Harmonies of #AFF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0DF

Black with #AFF0DF

Text Example


Text Example

White with #AFF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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