Html Css Color HEX #AFECDE Water Leaf

📋 copy color: '#AFECDE'

red 175 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #AFECDE

Tints of Water Leaf #AFECDE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.28%

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

R = 27.65%
G = 37.28%
B = 35.07%

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

#AFECDE (or 0xAFECDE) is known color: Water Leaf. HEX triplet: AF, EC and DE. RGB value is (175,236,222). Sum of RGB (Red+Green+Blue) = 175+236+222=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECDE is #501321. Grayscale: #D8D8D8. Windows color (decimal): -5247778 or 14609583. OLE color: 14609583.

HSL color Cylindrical-coordinate representation of color #AFECDE: hue angle of 166.23º degrees, saturation: 0.62, 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 #AFECDE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 222 -
CMYK 0.26 0 0.06 0.07
HSL 166.23º 0.62% 0.81% -
HSV(B) 166.23º 0.26% 0.93% -
XYZ 60.86 74.38 80.26 -
YUV 216.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 175 236 222 0.26 0 0.06 0.07 166.23 0.62 0.81
Hex AF EC DE 1A 0 6 7 A6 3E 51
Octal 257 354 336 32 0 6 7 246 76 121
Binary 10101111 11101100 11011110 11010 0 110 111 10100110 111110 1010001

Color Harmonies of #AFECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECDE

Black with #AFECDE

Text Example


Text Example

White with #AFECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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