Html Css Color HEX #AFF7DD Water Leaf

📋 copy color: '#AFF7DD'

red 175 ◦ green 247 ◦ blue 221

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

Shades of Water Leaf #AFF7DD

Tints of Water Leaf #AFF7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.37%

R = 27.22%
G = 38.41%
B = 34.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#AFF7DD (or 0xAFF7DD) is known color: Water Leaf. HEX triplet: AF, F7 and DD. RGB value is (175,247,221). Sum of RGB (Red+Green+Blue) = 175+247+221=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7DD is #500822. Grayscale: #DEDEDE. Windows color (decimal): -5244963 or 14546863. OLE color: 14546863.

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

Color convert

RGB 175 247 221 -
CMYK 0.29 0 0.11 0.03
HSL 158.33º 0.82% 0.83% -
HSV(B) 158.33º 0.29% 0.97% -
XYZ 63.99 80.86 80.64 -
YUV 222.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 175 247 221 0.29 0 0.11 0.03 158.33 0.82 0.83
Hex AF F7 DD 1D 0 B 3 9E 52 53
Octal 257 367 335 35 0 13 3 236 122 123
Binary 10101111 11110111 11011101 11101 0 1011 11 10011110 1010010 1010011

Color Harmonies of #AFF7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7DD

Black with #AFF7DD

Text Example


Text Example

White with #AFF7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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