Html Css Color HEX #AFF7E2 Water Leaf

📋 copy color: '#AFF7E2'

red 175 ◦ green 247 ◦ blue 226

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

Shades of Water Leaf #AFF7E2

Tints of Water Leaf #AFF7E2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.12%

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

R = 27.01%
G = 38.12%
B = 34.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#AFF7E2 (or 0xAFF7E2) is known color: Water Leaf. HEX triplet: AF, F7 and E2. RGB value is (175,247,226). Sum of RGB (Red+Green+Blue) = 175+247+226=648 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.01% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7E2 is #50081D. Grayscale: #DFDFDF. Windows color (decimal): -5244958 or 14874543. OLE color: 14874543.

HSL color Cylindrical-coordinate representation of color #AFF7E2: hue angle of 162.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7E2 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 226 -
CMYK 0.29 0 0.09 0.03
HSL 162.5º 0.82% 0.83% -
HSV(B) 162.5º 0.29% 0.97% -
XYZ 64.67 81.13 84.2 -
YUV 223.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 175 247 226 0.29 0 0.09 0.03 162.5 0.82 0.83
Hex AF F7 E2 1D 0 9 3 A2 52 53
Octal 257 367 342 35 0 11 3 242 122 123
Binary 10101111 11110111 11100010 11101 0 1001 11 10100010 1010010 1010011

Color Harmonies of #AFF7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7E2

Black with #AFF7E2

Text Example


Text Example

White with #AFF7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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