Html Css Color HEX #AFECE2 Water Leaf

📋 copy color: '#AFECE2'

red 175 ◦ green 236 ◦ blue 226

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

Shades of Water Leaf #AFECE2

Tints of Water Leaf #AFECE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.48%

R = 27.47%
G = 37.05%
B = 35.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#AFECE2 (or 0xAFECE2) is known color: Water Leaf. HEX triplet: AF, EC and E2. RGB value is (175,236,226). Sum of RGB (Red+Green+Blue) = 175+236+226=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECE2 is #50131D. Grayscale: #D8D8D8. Windows color (decimal): -5247774 or 14871727. OLE color: 14871727.

HSL color Cylindrical-coordinate representation of color #AFECE2: hue angle of 170.16º 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 #AFECE2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 226 -
CMYK 0.26 0 0.04 0.07
HSL 170.16º 0.62% 0.81% -
HSV(B) 170.16º 0.26% 0.93% -
XYZ 61.4 74.6 83.11 -
YUV 216.62 133.29 98.31 -
System Red Green Blue C M Y K H S L
Decimal 175 236 226 0.26 0 0.04 0.07 170.16 0.62 0.81
Hex AF EC E2 1A 0 4 7 AA 3E 51
Octal 257 354 342 32 0 4 7 252 76 121
Binary 10101111 11101100 11100010 11010 0 100 111 10101010 111110 1010001

Color Harmonies of #AFECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECE2

Black with #AFECE2

Text Example


Text Example

White with #AFECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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