Html Css Color HEX #AFFADF Water Leaf

📋 copy color: '#AFFADF'

red 175 ◦ green 250 ◦ blue 223

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

Shades of Water Leaf #AFFADF

Tints of Water Leaf #AFFADF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.58%

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

R = 27.01%
G = 38.58%
B = 34.41%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#AFFADF (or 0xAFFADF) is known color: Water Leaf. HEX triplet: AF, FA and DF. RGB value is (175,250,223). Sum of RGB (Red+Green+Blue) = 175+250+223=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFADF is #500520. Grayscale: #E0E0E0. Windows color (decimal): -5244193 or 14678703. OLE color: 14678703.

HSL color Cylindrical-coordinate representation of color #AFFADF: hue angle of 158.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFADF is Cyan = 0.3, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 223 -
CMYK 0.3 0 0.11 0.02
HSL 158.4º 0.88% 0.83% -
HSV(B) 158.4º 0.3% 0.98% -
XYZ 65.18 82.81 82.36 -
YUV 224.5 127.15 92.7 -
System Red Green Blue C M Y K H S L
Decimal 175 250 223 0.3 0 0.11 0.02 158.4 0.88 0.83
Hex AF FA DF 1E 0 B 2 9E 58 53
Octal 257 372 337 36 0 13 2 236 130 123
Binary 10101111 11111010 11011111 11110 0 1011 10 10011110 1011000 1010011

Color Harmonies of #AFFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFADF

Black with #AFFADF

Text Example


Text Example

White with #AFFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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