Html Css Color HEX #AFEADF Water Leaf

📋 copy color: '#AFEADF'

red 175 ◦ green 234 ◦ blue 223

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

Shades of Water Leaf #AFEADF

Tints of Water Leaf #AFEADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.03%

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 27.69%
G = 37.03%
B = 35.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#AFEADF (or 0xAFEADF) is known color: Water Leaf. HEX triplet: AF, EA and DF. RGB value is (175,234,223). Sum of RGB (Red+Green+Blue) = 175+234+223=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEADF is #501520. Grayscale: #D7D7D7. Windows color (decimal): -5248289 or 14674607. OLE color: 14674607.

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

Color convert

RGB 175 234 223 -
CMYK 0.25 0 0.05 0.08
HSL 168.81º 0.58% 0.8% -
HSV(B) 168.81º 0.25% 0.92% -
XYZ 60.42 73.29 80.77 -
YUV 215.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 175 234 223 0.25 0 0.05 0.08 168.81 0.58 0.8
Hex AF EA DF 19 0 5 8 A9 3A 50
Octal 257 352 337 31 0 5 10 251 72 120
Binary 10101111 11101010 11011111 11001 0 101 1000 10101001 111010 1010000

Color Harmonies of #AFEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEADF

Black with #AFEADF

Text Example


Text Example

White with #AFEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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