Html Css Color HEX #AFEEE2 Water Leaf

📋 copy color: '#AFEEE2'

red 175 ◦ green 238 ◦ blue 226

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

Shades of Water Leaf #AFEEE2

Tints of Water Leaf #AFEEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.37%

R = 27.39%
G = 37.25%
B = 35.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#AFEEE2 (or 0xAFEEE2) is known color: Water Leaf. HEX triplet: AF, EE and E2. RGB value is (175,238,226). Sum of RGB (Red+Green+Blue) = 175+238+226=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEE2 is #50111D. Grayscale: #D9D9D9. Windows color (decimal): -5247262 or 14872239. OLE color: 14872239.

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

Color convert

RGB 175 238 226 -
CMYK 0.26 0 0.05 0.07
HSL 168.57º 0.65% 0.81% -
HSV(B) 168.57º 0.26% 0.93% -
XYZ 61.98 75.75 83.31 -
YUV 217.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 175 238 226 0.26 0 0.05 0.07 168.57 0.65 0.81
Hex AF EE E2 1A 0 5 7 A9 41 51
Octal 257 356 342 32 0 5 7 251 101 121
Binary 10101111 11101110 11100010 11010 0 101 111 10101001 1000001 1010001

Color Harmonies of #AFEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEEE2

Black with #AFEEE2

Text Example


Text Example

White with #AFEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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