Html Css Color HEX #AFFDE9 Water Leaf

📋 copy color: '#AFFDE9'

red 175 ◦ green 253 ◦ blue 233

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

Shades of Water Leaf #AFFDE9

Tints of Water Leaf #AFFDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.25%

R = 26.48%
G = 38.28%
B = 35.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#AFFDE9 (or 0xAFFDE9) is known color: Water Leaf. HEX triplet: AF, FD and E9. RGB value is (175,253,233). Sum of RGB (Red+Green+Blue) = 175+253+233=661 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.48% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFDE9 is #500216. Grayscale: #E3E3E3. Windows color (decimal): -5243415 or 15334831. OLE color: 15334831.

HSL color Cylindrical-coordinate representation of color #AFFDE9: hue angle of 164.62º 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 #AFFDE9 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 233 -
CMYK 0.31 0 0.08 0.01
HSL 164.62º 0.95% 0.84% -
HSV(B) 164.62º 0.31% 0.99% -
XYZ 67.51 85.25 89.99 -
YUV 227.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 175 253 233 0.31 0 0.08 0.01 164.62 0.95 0.84
Hex AF FD E9 1F 0 8 1 A5 5F 54
Octal 257 375 351 37 0 10 1 245 137 124
Binary 10101111 11111101 11101001 11111 0 1000 1 10100101 1011111 1010100

Color Harmonies of #AFFDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDE9

Black with #AFFDE9

Text Example


Text Example

White with #AFFDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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