Html Css Color HEX #AFFAE2 Water Leaf

📋 copy color: '#AFFAE2'

red 175 ◦ green 250 ◦ blue 226

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

Shades of Water Leaf #AFFAE2

Tints of Water Leaf #AFFAE2

RGB

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

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

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

R = 26.88%
G = 38.4%
B = 34.72%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AFFAE2 (or 0xAFFAE2) is known color: Water Leaf. HEX triplet: AF, FA and E2. RGB value is (175,250,226). Sum of RGB (Red+Green+Blue) = 175+250+226=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAE2 is #50051D. Grayscale: #E0E0E0. Windows color (decimal): -5244190 or 14875311. OLE color: 14875311.

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

Color convert

RGB 175 250 226 -
CMYK 0.3 0 0.10 0.02
HSL 160.8º 0.88% 0.83% -
HSV(B) 160.8º 0.3% 0.98% -
XYZ 65.59 82.98 84.51 -
YUV 224.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 175 250 226 0.3 0 0.10 0.02 160.8 0.88 0.83
Hex AF FA E2 1E 0 A 2 A1 58 53
Octal 257 372 342 36 0 12 2 241 130 123
Binary 10101111 11111010 11100010 11110 0 1010 10 10100001 1011000 1010011

Color Harmonies of #AFFAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAE2

Black with #AFFAE2

Text Example


Text Example

White with #AFFAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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