Html Css Color HEX #AFEFE2 Water Leaf

📋 copy color: '#AFEFE2'

red 175 ◦ green 239 ◦ blue 226

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

Shades of Water Leaf #AFEFE2

Tints of Water Leaf #AFEFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.34%

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

R = 27.34%
G = 37.34%
B = 35.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#AFEFE2 (or 0xAFEFE2) is known color: Water Leaf. HEX triplet: AF, EF and E2. RGB value is (175,239,226). Sum of RGB (Red+Green+Blue) = 175+239+226=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFE2 is #50101D. Grayscale: #DADADA. Windows color (decimal): -5247006 or 14872495. OLE color: 14872495.

HSL color Cylindrical-coordinate representation of color #AFEFE2: hue angle of 167.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFE2 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 239 226 -
CMYK 0.27 0 0.05 0.06
HSL 167.81º 0.67% 0.81% -
HSV(B) 167.81º 0.27% 0.94% -
XYZ 62.27 76.34 83.4 -
YUV 218.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 175 239 226 0.27 0 0.05 0.06 167.81 0.67 0.81
Hex AF EF E2 1B 0 5 6 A8 43 51
Octal 257 357 342 33 0 5 6 250 103 121
Binary 10101111 11101111 11100010 11011 0 101 110 10101000 1000011 1010001

Color Harmonies of #AFEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFE2

Black with #AFEFE2

Text Example


Text Example

White with #AFEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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