Html Css Color HEX #AFF4E7 Water Leaf

📋 copy color: '#AFF4E7'

red 175 ◦ green 244 ◦ blue 231

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

Shades of Water Leaf #AFF4E7

Tints of Water Leaf #AFF4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.54%

R = 26.92%
G = 37.54%
B = 35.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#AFF4E7 (or 0xAFF4E7) is known color: Water Leaf. HEX triplet: AF, F4 and E7. RGB value is (175,244,231). Sum of RGB (Red+Green+Blue) = 175+244+231=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4E7 is #500B18. Grayscale: #DDDDDD. Windows color (decimal): -5245721 or 15201455. OLE color: 15201455.

HSL color Cylindrical-coordinate representation of color #AFF4E7: hue angle of 168.7º 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 #AFF4E7 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 231 -
CMYK 0.28 0 0.05 0.04
HSL 168.7º 0.76% 0.82% -
HSV(B) 168.7º 0.28% 0.96% -
XYZ 64.45 79.58 87.57 -
YUV 221.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 175 244 231 0.28 0 0.05 0.04 168.7 0.76 0.82
Hex AF F4 E7 1C 0 5 4 A9 4C 52
Octal 257 364 347 34 0 5 4 251 114 122
Binary 10101111 11110100 11100111 11100 0 101 100 10101001 1001100 1010010

Color Harmonies of #AFF4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4E7

Black with #AFF4E7

Text Example


Text Example

White with #AFF4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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