Html Css Color HEX #AFF4E3 Water Leaf

📋 copy color: '#AFF4E3'

red 175 ◦ green 244 ◦ blue 227

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

Shades of Water Leaf #AFF4E3

Tints of Water Leaf #AFF4E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.14%

R = 27.09%
G = 37.77%
B = 35.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#AFF4E3 (or 0xAFF4E3) is known color: Water Leaf. HEX triplet: AF, F4 and E3. RGB value is (175,244,227). Sum of RGB (Red+Green+Blue) = 175+244+227=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4E3 is #500B1C. Grayscale: #DDDDDD. Windows color (decimal): -5245725 or 14939311. OLE color: 14939311.

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

Color convert

RGB 175 244 227 -
CMYK 0.28 0 0.07 0.04
HSL 165.22º 0.76% 0.82% -
HSV(B) 165.22º 0.28% 0.96% -
XYZ 63.9 79.36 84.62 -
YUV 221.43 131.14 94.88 -
System Red Green Blue C M Y K H S L
Decimal 175 244 227 0.28 0 0.07 0.04 165.22 0.76 0.82
Hex AF F4 E3 1C 0 7 4 A5 4C 52
Octal 257 364 343 34 0 7 4 245 114 122
Binary 10101111 11110100 11100011 11100 0 111 100 10100101 1001100 1010010

Color Harmonies of #AFF4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF4E3

Black with #AFF4E3

Text Example


Text Example

White with #AFF4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF4E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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