Html Css Color HEX #AFFCE5 Water Leaf

📋 copy color: '#AFFCE5'

red 175 ◦ green 252 ◦ blue 229

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

Shades of Water Leaf #AFFCE5

Tints of Water Leaf #AFFCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.41%

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 26.68%
G = 38.41%
B = 34.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#AFFCE5 (or 0xAFFCE5) is known color: Water Leaf. HEX triplet: AF, FC and E5. RGB value is (175,252,229). Sum of RGB (Red+Green+Blue) = 175+252+229=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCE5 is #50031A. Grayscale: #E2E2E2. Windows color (decimal): -5243675 or 15072431. OLE color: 15072431.

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

Color convert

RGB 175 252 229 -
CMYK 0.31 0 0.09 0.01
HSL 162.08º 0.93% 0.84% -
HSV(B) 162.08º 0.31% 0.99% -
XYZ 66.63 84.39 86.91 -
YUV 226.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 175 252 229 0.31 0 0.09 0.01 162.08 0.93 0.84
Hex AF FC E5 1F 0 9 1 A2 5D 54
Octal 257 374 345 37 0 11 1 242 135 124
Binary 10101111 11111100 11100101 11111 0 1001 1 10100010 1011101 1010100

Color Harmonies of #AFFCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFCE5

Black with #AFFCE5

Text Example


Text Example

White with #AFFCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFCE5; }

 p { color: rgb(175,252,229); }

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

background-color css

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

 a { background-color: rgb(175,252,229); }

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

border-color css

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

 span { border-color: rgb(175,252,229); }

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