Html Css Color HEX #AFEBE2 Water Leaf

📋 copy color: '#AFEBE2'

red 175 ◦ green 235 ◦ blue 226

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

Shades of Water Leaf #AFEBE2

Tints of Water Leaf #AFEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.95%

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

R = 27.52%
G = 36.95%
B = 35.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#AFEBE2 (or 0xAFEBE2) is known color: Water Leaf. HEX triplet: AF, EB and E2. RGB value is (175,235,226). Sum of RGB (Red+Green+Blue) = 175+235+226=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBE2 is #50141D. Grayscale: #D8D8D8. Windows color (decimal): -5248030 or 14871471. OLE color: 14871471.

HSL color Cylindrical-coordinate representation of color #AFEBE2: hue angle of 171º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBE2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 226 -
CMYK 0.26 0 0.04 0.08
HSL 171º 0.6% 0.8% -
HSV(B) 171º 0.26% 0.92% -
XYZ 61.12 74.02 83.02 -
YUV 216.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 175 235 226 0.26 0 0.04 0.08 171 0.6 0.8
Hex AF EB E2 1A 0 4 8 AB 3C 50
Octal 257 353 342 32 0 4 10 253 74 120
Binary 10101111 11101011 11100010 11010 0 100 1000 10101011 111100 1010000

Color Harmonies of #AFEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBE2

Black with #AFEBE2

Text Example


Text Example

White with #AFEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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