Html Css Color HEX #AFF7DF Water Leaf

📋 copy color: '#AFF7DF'

red 175 ◦ green 247 ◦ blue 223

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

Shades of Water Leaf #AFF7DF

Tints of Water Leaf #AFF7DF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.29%

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

R = 27.13%
G = 38.29%
B = 34.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#AFF7DF (or 0xAFF7DF) is known color: Water Leaf. HEX triplet: AF, F7 and DF. RGB value is (175,247,223). Sum of RGB (Red+Green+Blue) = 175+247+223=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7DF is #500820. Grayscale: #DEDEDE. Windows color (decimal): -5244961 or 14677935. OLE color: 14677935.

HSL color Cylindrical-coordinate representation of color #AFF7DF: hue angle of 160º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7DF is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 223 -
CMYK 0.29 0 0.10 0.03
HSL 160º 0.82% 0.83% -
HSV(B) 160º 0.29% 0.97% -
XYZ 64.26 80.96 82.05 -
YUV 222.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 175 247 223 0.29 0 0.10 0.03 160 0.82 0.83
Hex AF F7 DF 1D 0 A 3 A0 52 53
Octal 257 367 337 35 0 12 3 240 122 123
Binary 10101111 11110111 11011111 11101 0 1010 11 10100000 1010010 1010011

Color Harmonies of #AFF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7DF

Black with #AFF7DF

Text Example


Text Example

White with #AFF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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