Html Css Color HEX #AFECE0 Water Leaf

📋 copy color: '#AFECE0'

red 175 ◦ green 236 ◦ blue 224

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

Shades of Water Leaf #AFECE0

Tints of Water Leaf #AFECE0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 27.56%
G = 37.17%
B = 35.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#AFECE0 (or 0xAFECE0) is known color: Water Leaf. HEX triplet: AF, EC and E0. RGB value is (175,236,224). Sum of RGB (Red+Green+Blue) = 175+236+224=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECE0 is #50131F. Grayscale: #D8D8D8. Windows color (decimal): -5247776 or 14740655. OLE color: 14740655.

HSL color Cylindrical-coordinate representation of color #AFECE0: hue angle of 168.2º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECE0 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 224 -
CMYK 0.26 0 0.05 0.07
HSL 168.2º 0.62% 0.81% -
HSV(B) 168.2º 0.26% 0.93% -
XYZ 61.13 74.49 81.68 -
YUV 216.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 175 236 224 0.26 0 0.05 0.07 168.2 0.62 0.81
Hex AF EC E0 1A 0 5 7 A8 3E 51
Octal 257 354 340 32 0 5 7 250 76 121
Binary 10101111 11101100 11100000 11010 0 101 111 10101000 111110 1010001

Color Harmonies of #AFECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECE0

Black with #AFECE0

Text Example


Text Example

White with #AFECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECE0; }

 p { color: rgb(175,236,224); }

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

background-color css

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

 a { background-color: rgb(175,236,224); }

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

border-color css

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

 span { border-color: rgb(175,236,224); }

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