Html Css Color HEX #AFEEDE Water Leaf

📋 copy color: '#AFEEDE'

red 175 ◦ green 238 ◦ blue 222

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

Shades of Water Leaf #AFEEDE

Tints of Water Leaf #AFEEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

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

R = 27.56%
G = 37.48%
B = 34.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#AFEEDE (or 0xAFEEDE) is known color: Water Leaf. HEX triplet: AF, EE and DE. RGB value is (175,238,222). Sum of RGB (Red+Green+Blue) = 175+238+222=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEDE is #501121. Grayscale: #D9D9D9. Windows color (decimal): -5247266 or 14610095. OLE color: 14610095.

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

Color convert

RGB 175 238 222 -
CMYK 0.26 0 0.07 0.07
HSL 164.76º 0.65% 0.81% -
HSV(B) 164.76º 0.26% 0.93% -
XYZ 61.44 75.54 80.45 -
YUV 217.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 175 238 222 0.26 0 0.07 0.07 164.76 0.65 0.81
Hex AF EE DE 1A 0 7 7 A5 41 51
Octal 257 356 336 32 0 7 7 245 101 121
Binary 10101111 11101110 11011110 11010 0 111 111 10100101 1000001 1010001

Color Harmonies of #AFEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEDE

Black with #AFEEDE

Text Example


Text Example

White with #AFEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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