Html Css Color HEX #AFEFE0 Water Leaf

📋 copy color: '#AFEFE0'

red 175 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #AFEFE0

Tints of Water Leaf #AFEFE0

RGB

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

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

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

R = 27.43%
G = 37.46%
B = 35.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#AFEFE0 (or 0xAFEFE0) is known color: Water Leaf. HEX triplet: AF, EF and E0. RGB value is (175,239,224). Sum of RGB (Red+Green+Blue) = 175+239+224=638 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.43% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 224 (87.89% from 255 or 35.11% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFE0 is #50101F. Grayscale: #DADADA. Windows color (decimal): -5247008 or 14741423. OLE color: 14741423.

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

Color convert

RGB 175 239 224 -
CMYK 0.27 0 0.06 0.06
HSL 165.94º 0.67% 0.81% -
HSV(B) 165.94º 0.27% 0.94% -
XYZ 62 76.23 81.97 -
YUV 218.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 175 239 224 0.27 0 0.06 0.06 165.94 0.67 0.81
Hex AF EF E0 1B 0 6 6 A6 43 51
Octal 257 357 340 33 0 6 6 246 103 121
Binary 10101111 11101111 11100000 11011 0 110 110 10100110 1000011 1010001

Color Harmonies of #AFEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFE0

Black with #AFEFE0

Text Example


Text Example

White with #AFEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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