Html Css Color HEX #AFF0E2 Water Leaf

📋 copy color: '#AFF0E2'

red 175 ◦ green 240 ◦ blue 226

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

Shades of Water Leaf #AFF0E2

Tints of Water Leaf #AFF0E2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.44%

 BLUE value IS 226 (88.67% from 255) = 35.26%

R = 27.3%
G = 37.44%
B = 35.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#AFF0E2 (or 0xAFF0E2) is known color: Water Leaf. HEX triplet: AF, F0 and E2. RGB value is (175,240,226). Sum of RGB (Red+Green+Blue) = 175+240+226=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0E2 is #500F1D. Grayscale: #DADADA. Windows color (decimal): -5246750 or 14872751. OLE color: 14872751.

HSL color Cylindrical-coordinate representation of color #AFF0E2: hue angle of 167.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0E2 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 226 -
CMYK 0.27 0 0.06 0.06
HSL 167.08º 0.68% 0.81% -
HSV(B) 167.08º 0.27% 0.94% -
XYZ 62.57 76.93 83.5 -
YUV 218.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 175 240 226 0.27 0 0.06 0.06 167.08 0.68 0.81
Hex AF F0 E2 1B 0 6 6 A7 44 51
Octal 257 360 342 33 0 6 6 247 104 121
Binary 10101111 11110000 11100010 11011 0 110 110 10100111 1000100 1010001

Color Harmonies of #AFF0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0E2

Black with #AFF0E2

Text Example


Text Example

White with #AFF0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0E2; }

 p { color: rgb(175,240,226); }

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

background-color css

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

 a { background-color: rgb(175,240,226); }

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

border-color css

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

 span { border-color: rgb(175,240,226); }

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