Html Css Color HEX #AFF6DF Water Leaf

📋 copy color: '#AFF6DF'

red 175 ◦ green 246 ◦ blue 223

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

Shades of Water Leaf #AFF6DF

Tints of Water Leaf #AFF6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.2%

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

R = 27.17%
G = 38.2%
B = 34.63%

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

#AFF6DF (or 0xAFF6DF) is known color: Water Leaf. HEX triplet: AF, F6 and DF. RGB value is (175,246,223). Sum of RGB (Red+Green+Blue) = 175+246+223=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6DF is #500920. Grayscale: #DEDEDE. Windows color (decimal): -5245217 or 14677679. OLE color: 14677679.

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

Color convert

RGB 175 246 223 -
CMYK 0.29 0 0.09 0.04
HSL 160.56º 0.8% 0.83% -
HSV(B) 160.56º 0.29% 0.96% -
XYZ 63.95 80.35 81.95 -
YUV 222.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 175 246 223 0.29 0 0.09 0.04 160.56 0.8 0.83
Hex AF F6 DF 1D 0 9 4 A1 50 53
Octal 257 366 337 35 0 11 4 241 120 123
Binary 10101111 11110110 11011111 11101 0 1001 100 10100001 1010000 1010011

Color Harmonies of #AFF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6DF

Black with #AFF6DF

Text Example


Text Example

White with #AFF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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