Html Css Color HEX #AFFAE1 Water Leaf

📋 copy color: '#AFFAE1'

red 175 ◦ green 250 ◦ blue 225

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

Shades of Water Leaf #AFFAE1

Tints of Water Leaf #AFFAE1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.46%

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 26.92%
G = 38.46%
B = 34.62%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AFFAE1 (or 0xAFFAE1) is known color: Water Leaf. HEX triplet: AF, FA and E1. RGB value is (175,250,225). Sum of RGB (Red+Green+Blue) = 175+250+225=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAE1 is #50051E. Grayscale: #E0E0E0. Windows color (decimal): -5244191 or 14809775. OLE color: 14809775.

HSL color Cylindrical-coordinate representation of color #AFFAE1: hue angle of 160º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFAE1 is Cyan = 0.3, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 250 225 -
CMYK 0.3 0 0.10 0.02
HSL 160º 0.88% 0.83% -
HSV(B) 160º 0.3% 0.98% -
XYZ 65.46 82.92 83.79 -
YUV 224.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 175 250 225 0.3 0 0.10 0.02 160 0.88 0.83
Hex AF FA E1 1E 0 A 2 A0 58 53
Octal 257 372 341 36 0 12 2 240 130 123
Binary 10101111 11111010 11100001 11110 0 1010 10 10100000 1011000 1010011

Color Harmonies of #AFFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAE1

Black with #AFFAE1

Text Example


Text Example

White with #AFFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAE1; }

 p { color: rgb(175,250,225); }

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

background-color css

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

 a { background-color: rgb(175,250,225); }

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

border-color css

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

 span { border-color: rgb(175,250,225); }

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