Html Css Color HEX #AFF5E3 Water Leaf

📋 copy color: '#AFF5E3'

red 175 ◦ green 245 ◦ blue 227

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

Shades of Water Leaf #AFF5E3

Tints of Water Leaf #AFF5E3

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.87%

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

R = 27.05%
G = 37.87%
B = 35.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#AFF5E3 (or 0xAFF5E3) is known color: Water Leaf. HEX triplet: AF, F5 and E3. RGB value is (175,245,227). Sum of RGB (Red+Green+Blue) = 175+245+227=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5E3 is #500A1C. Grayscale: #DEDEDE. Windows color (decimal): -5245469 or 14939567. OLE color: 14939567.

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

Color convert

RGB 175 245 227 -
CMYK 0.29 0 0.07 0.04
HSL 164.57º 0.78% 0.82% -
HSV(B) 164.57º 0.29% 0.96% -
XYZ 64.2 79.96 84.72 -
YUV 222.02 130.81 94.46 -
System Red Green Blue C M Y K H S L
Decimal 175 245 227 0.29 0 0.07 0.04 164.57 0.78 0.82
Hex AF F5 E3 1D 0 7 4 A5 4E 52
Octal 257 365 343 35 0 7 4 245 116 122
Binary 10101111 11110101 11100011 11101 0 111 100 10100101 1001110 1010010

Color Harmonies of #AFF5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5E3

Black with #AFF5E3

Text Example


Text Example

White with #AFF5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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