Html Css Color HEX #AFFFEA Water Leaf

📋 copy color: '#AFFFEA'

red 175 ◦ green 255 ◦ blue 234

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

Shades of Water Leaf #AFFFEA

Tints of Water Leaf #AFFFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.24%

R = 26.36%
G = 38.4%
B = 35.24%

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

#AFFFEA (or 0xAFFFEA) is known color: Water Leaf. HEX triplet: AF, FF and EA. RGB value is (175,255,234). Sum of RGB (Red+Green+Blue) = 175+255+234=664 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.36% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFEA is #500015. Grayscale: #E4E4E4. Windows color (decimal): -5242902 or 15400879. OLE color: 15400879.

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

Color convert

RGB 175 255 234 -
CMYK 0.31 0 0.08 0
HSL 164.25º 1% 0.84% -
HSV(B) 164.25º 0.31% 1% -
XYZ 68.29 86.57 90.95 -
YUV 228.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 175 255 234 0.31 0 0.08 0 164.25 1 0.84
Hex AF FF EA 1F 0 8 0 A4 64 54
Octal 257 377 352 37 0 10 0 244 144 124
Binary 10101111 11111111 11101010 11111 0 1000 0 10100100 1100100 1010100

Color Harmonies of #AFFFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFEA

Black with #AFFFEA

Text Example


Text Example

White with #AFFFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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