Html Css Color HEX #AFFFED Water Leaf

📋 copy color: '#AFFFED'

red 175 ◦ green 255 ◦ blue 237

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

Shades of Water Leaf #AFFFED

Tints of Water Leaf #AFFFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.53%

R = 26.24%
G = 38.23%
B = 35.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#AFFFED (or 0xAFFFED) is known color: Water Leaf. HEX triplet: AF, FF and ED. RGB value is (175,255,237). Sum of RGB (Red+Green+Blue) = 175+255+237=667 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.24% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFED is #500012. Grayscale: #E5E5E5. Windows color (decimal): -5242899 or 15597487. OLE color: 15597487.

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

Color convert

RGB 175 255 237 -
CMYK 0.31 0 0.07 0
HSL 166.5º 1% 0.84% -
HSV(B) 166.5º 0.31% 1% -
XYZ 68.73 86.75 93.24 -
YUV 229.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 175 255 237 0.31 0 0.07 0 166.5 1 0.84
Hex AF FF ED 1F 0 7 0 A6 64 54
Octal 257 377 355 37 0 7 0 246 144 124
Binary 10101111 11111111 11101101 11111 0 111 0 10100110 1100100 1010100

Color Harmonies of #AFFFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFED

Black with #AFFFED

Text Example


Text Example

White with #AFFFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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