Html Css Color HEX #AFF6DE Water Leaf

📋 copy color: '#AFF6DE'

red 175 ◦ green 246 ◦ blue 222

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

Shades of Water Leaf #AFF6DE

Tints of Water Leaf #AFF6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.53%

R = 27.22%
G = 38.26%
B = 34.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#AFF6DE (or 0xAFF6DE) is known color: Water Leaf. HEX triplet: AF, F6 and DE. RGB value is (175,246,222). Sum of RGB (Red+Green+Blue) = 175+246+222=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6DE is #500921. Grayscale: #DEDEDE. Windows color (decimal): -5245218 or 14612143. OLE color: 14612143.

HSL color Cylindrical-coordinate representation of color #AFF6DE: hue angle of 159.72º 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 #AFF6DE is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 222 -
CMYK 0.29 0 0.10 0.04
HSL 159.72º 0.8% 0.83% -
HSV(B) 159.72º 0.29% 0.96% -
XYZ 63.82 80.3 81.24 -
YUV 222.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 175 246 222 0.29 0 0.10 0.04 159.72 0.8 0.83
Hex AF F6 DE 1D 0 A 4 A0 50 53
Octal 257 366 336 35 0 12 4 240 120 123
Binary 10101111 11110110 11011110 11101 0 1010 100 10100000 1010000 1010011

Color Harmonies of #AFF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6DE

Black with #AFF6DE

Text Example


Text Example

White with #AFF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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