Html Css Color HEX #AFF4E5 Water Leaf

📋 copy color: '#AFF4E5'

red 175 ◦ green 244 ◦ blue 229

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

Shades of Water Leaf #AFF4E5

Tints of Water Leaf #AFF4E5

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.65%

 BLUE value IS 229 (89.84% from 255) = 35.34%

R = 27.01%
G = 37.65%
B = 35.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#AFF4E5 (or 0xAFF4E5) is known color: Water Leaf. HEX triplet: AF, F4 and E5. RGB value is (175,244,229). Sum of RGB (Red+Green+Blue) = 175+244+229=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4E5 is #500B1A. Grayscale: #DDDDDD. Windows color (decimal): -5245723 or 15070383. OLE color: 15070383.

HSL color Cylindrical-coordinate representation of color #AFF4E5: hue angle of 166.96º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4E5 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 229 -
CMYK 0.28 0 0.06 0.04
HSL 166.96º 0.76% 0.82% -
HSV(B) 166.96º 0.28% 0.96% -
XYZ 64.17 79.47 86.09 -
YUV 221.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 175 244 229 0.28 0 0.06 0.04 166.96 0.76 0.82
Hex AF F4 E5 1C 0 6 4 A7 4C 52
Octal 257 364 345 34 0 6 4 247 114 122
Binary 10101111 11110100 11100101 11100 0 110 100 10100111 1001100 1010010

Color Harmonies of #AFF4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4E5

Black with #AFF4E5

Text Example


Text Example

White with #AFF4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4E5; }

 p { color: rgb(175,244,229); }

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

background-color css

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

 a { background-color: rgb(175,244,229); }

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

border-color css

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

 span { border-color: rgb(175,244,229); }

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