Html Css Color HEX #AFEAE2 Water Leaf

📋 copy color: '#AFEAE2'

red 175 ◦ green 234 ◦ blue 226

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

Shades of Water Leaf #AFEAE2

Tints of Water Leaf #AFEAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.85%

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

R = 27.56%
G = 36.85%
B = 35.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#AFEAE2 (or 0xAFEAE2) is known color: Water Leaf. HEX triplet: AF, EA and E2. RGB value is (175,234,226). Sum of RGB (Red+Green+Blue) = 175+234+226=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAE2 is #50151D. Grayscale: #D7D7D7. Windows color (decimal): -5248286 or 14871215. OLE color: 14871215.

HSL color Cylindrical-coordinate representation of color #AFEAE2: hue angle of 171.86º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAE2 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 226 -
CMYK 0.25 0 0.03 0.08
HSL 171.86º 0.58% 0.8% -
HSV(B) 171.86º 0.25% 0.92% -
XYZ 60.83 73.45 82.92 -
YUV 215.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 175 234 226 0.25 0 0.03 0.08 171.86 0.58 0.8
Hex AF EA E2 19 0 3 8 AC 3A 50
Octal 257 352 342 31 0 3 10 254 72 120
Binary 10101111 11101010 11100010 11001 0 11 1000 10101100 111010 1010000

Color Harmonies of #AFEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAE2

Black with #AFEAE2

Text Example


Text Example

White with #AFEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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