Html Css Color HEX #AFF7E0 Water Leaf

📋 copy color: '#AFF7E0'

red 175 ◦ green 247 ◦ blue 224

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

Shades of Water Leaf #AFF7E0

Tints of Water Leaf #AFF7E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.67%

R = 27.09%
G = 38.24%
B = 34.67%

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

#AFF7E0 (or 0xAFF7E0) is known color: Water Leaf. HEX triplet: AF, F7 and E0. RGB value is (175,247,224). Sum of RGB (Red+Green+Blue) = 175+247+224=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7E0 is #50081F. Grayscale: #DEDEDE. Windows color (decimal): -5244960 or 14743471. OLE color: 14743471.

HSL color Cylindrical-coordinate representation of color #AFF7E0: hue angle of 160.83º 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 #AFF7E0 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 224 -
CMYK 0.29 0 0.09 0.03
HSL 160.83º 0.82% 0.83% -
HSV(B) 160.83º 0.29% 0.97% -
XYZ 64.39 81.02 82.76 -
YUV 222.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 175 247 224 0.29 0 0.09 0.03 160.83 0.82 0.83
Hex AF F7 E0 1D 0 9 3 A1 52 53
Octal 257 367 340 35 0 11 3 241 122 123
Binary 10101111 11110111 11100000 11101 0 1001 11 10100001 1010010 1010011

Color Harmonies of #AFF7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF7E0

Black with #AFF7E0

Text Example


Text Example

White with #AFF7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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