Html Css Color HEX #AFFDE1 Water Leaf

📋 copy color: '#AFFDE1'

red 175 ◦ green 253 ◦ blue 225

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

Shades of Water Leaf #AFFDE1

Tints of Water Leaf #AFFDE1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.74%

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

R = 26.8%
G = 38.74%
B = 34.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#AFFDE1 (or 0xAFFDE1) is known color: Water Leaf. HEX triplet: AF, FD and E1. RGB value is (175,253,225). Sum of RGB (Red+Green+Blue) = 175+253+225=653 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.80% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDE1 is #50021E. Grayscale: #E2E2E2. Windows color (decimal): -5243423 or 14810543. OLE color: 14810543.

HSL color Cylindrical-coordinate representation of color #AFFDE1: hue angle of 158.46º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDE1 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 225 -
CMYK 0.31 0 0.11 0.01
HSL 158.46º 0.95% 0.84% -
HSV(B) 158.46º 0.31% 0.99% -
XYZ 66.4 84.8 84.1 -
YUV 226.49 127.16 91.28 -
System Red Green Blue C M Y K H S L
Decimal 175 253 225 0.31 0 0.11 0.01 158.46 0.95 0.84
Hex AF FD E1 1F 0 B 1 9E 5F 54
Octal 257 375 341 37 0 13 1 236 137 124
Binary 10101111 11111101 11100001 11111 0 1011 1 10011110 1011111 1010100

Color Harmonies of #AFFDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDE1

Black with #AFFDE1

Text Example


Text Example

White with #AFFDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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