Html Css Color HEX #AFEDDE Water Leaf

📋 copy color: '#AFEDDE'

red 175 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #AFEDDE

Tints of Water Leaf #AFEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 222 (87.11% from 255) = 35.02%

R = 27.6%
G = 37.38%
B = 35.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#AFEDDE (or 0xAFEDDE) is known color: Water Leaf. HEX triplet: AF, ED and DE. RGB value is (175,237,222). Sum of RGB (Red+Green+Blue) = 175+237+222=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDDE is #501221. Grayscale: #D8D8D8. Windows color (decimal): -5247522 or 14609839. OLE color: 14609839.

HSL color Cylindrical-coordinate representation of color #AFEDDE: hue angle of 165.48º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDDE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 222 -
CMYK 0.26 0 0.06 0.07
HSL 165.48º 0.63% 0.81% -
HSV(B) 165.48º 0.26% 0.93% -
XYZ 61.15 74.96 80.35 -
YUV 216.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 175 237 222 0.26 0 0.06 0.07 165.48 0.63 0.81
Hex AF ED DE 1A 0 6 7 A5 3F 51
Octal 257 355 336 32 0 6 7 245 77 121
Binary 10101111 11101101 11011110 11010 0 110 111 10100101 111111 1010001

Color Harmonies of #AFEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDDE

Black with #AFEDDE

Text Example


Text Example

White with #AFEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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