Html Css Color HEX #AFEEE0 Water Leaf

📋 copy color: '#AFEEE0'

red 175 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #AFEEE0

Tints of Water Leaf #AFEEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.16%

R = 27.47%
G = 37.36%
B = 35.16%

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

#AFEEE0 (or 0xAFEEE0) is known color: Water Leaf. HEX triplet: AF, EE and E0. RGB value is (175,238,224). Sum of RGB (Red+Green+Blue) = 175+238+224=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEE0 is #50111F. Grayscale: #D9D9D9. Windows color (decimal): -5247264 or 14741167. OLE color: 14741167.

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

Color convert

RGB 175 238 224 -
CMYK 0.26 0 0.06 0.07
HSL 166.67º 0.65% 0.81% -
HSV(B) 166.67º 0.26% 0.93% -
XYZ 61.71 75.64 81.87 -
YUV 217.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 175 238 224 0.26 0 0.06 0.07 166.67 0.65 0.81
Hex AF EE E0 1A 0 6 7 A7 41 51
Octal 257 356 340 32 0 6 7 247 101 121
Binary 10101111 11101110 11100000 11010 0 110 111 10100111 1000001 1010001

Color Harmonies of #AFEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEE0

Black with #AFEEE0

Text Example


Text Example

White with #AFEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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