Html Css Color HEX #AFFFEB Water Leaf

📋 copy color: '#AFFFEB'

red 175 ◦ green 255 ◦ blue 235

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

Shades of Water Leaf #AFFFEB

Tints of Water Leaf #AFFFEB

RGB

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

 GREEN value IS 255 (100% from 255) = 38.35%

 BLUE value IS 235 (92.19% from 255) = 35.34%

R = 26.32%
G = 38.35%
B = 35.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#AFFFEB (or 0xAFFFEB) is known color: Water Leaf. HEX triplet: AF, FF and EB. RGB value is (175,255,235). Sum of RGB (Red+Green+Blue) = 175+255+235=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFEB is #500014. Grayscale: #E4E4E4. Windows color (decimal): -5242901 or 15466415. OLE color: 15466415.

HSL color Cylindrical-coordinate representation of color #AFFFEB: hue angle of 165º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFEB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 175 255 235 -
CMYK 0.31 0 0.08 0
HSL 165º 1% 0.84% -
HSV(B) 165º 0.31% 1% -
XYZ 68.43 86.63 91.71 -
YUV 228.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 175 255 235 0.31 0 0.08 0 165 1 0.84
Hex AF FF EB 1F 0 8 0 A5 64 54
Octal 257 377 353 37 0 10 0 245 144 124
Binary 10101111 11111111 11101011 11111 0 1000 0 10100101 1100100 1010100

Color Harmonies of #AFFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFEB

Black with #AFFFEB

Text Example


Text Example

White with #AFFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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