Html Css Color HEX #AFF5DF Water Leaf

📋 copy color: '#AFF5DF'

red 175 ◦ green 245 ◦ blue 223

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

Shades of Water Leaf #AFF5DF

Tints of Water Leaf #AFF5DF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.1%

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

R = 27.22%
G = 38.1%
B = 34.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#AFF5DF (or 0xAFF5DF) is known color: Water Leaf. HEX triplet: AF, F5 and DF. RGB value is (175,245,223). Sum of RGB (Red+Green+Blue) = 175+245+223=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5DF is #500A20. Grayscale: #DDDDDD. Windows color (decimal): -5245473 or 14677423. OLE color: 14677423.

HSL color Cylindrical-coordinate representation of color #AFF5DF: hue angle of 161.14º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5DF is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 223 -
CMYK 0.29 0 0.09 0.04
HSL 161.14º 0.78% 0.82% -
HSV(B) 161.14º 0.29% 0.96% -
XYZ 63.65 79.75 81.85 -
YUV 221.56 128.81 94.79 -
System Red Green Blue C M Y K H S L
Decimal 175 245 223 0.29 0 0.09 0.04 161.14 0.78 0.82
Hex AF F5 DF 1D 0 9 4 A1 4E 52
Octal 257 365 337 35 0 11 4 241 116 122
Binary 10101111 11110101 11011111 11101 0 1001 100 10100001 1001110 1010010

Color Harmonies of #AFF5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5DF

Black with #AFF5DF

Text Example


Text Example

White with #AFF5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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