Html Css Color HEX #AFEFDF Water Leaf

📋 copy color: '#AFEFDF'

red 175 ◦ green 239 ◦ blue 223

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

Shades of Water Leaf #AFEFDF

Tints of Water Leaf #AFEFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.01%

R = 27.47%
G = 37.52%
B = 35.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#AFEFDF (or 0xAFEFDF) is known color: Water Leaf. HEX triplet: AF, EF and DF. RGB value is (175,239,223). Sum of RGB (Red+Green+Blue) = 175+239+223=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFDF is #501020. Grayscale: #DADADA. Windows color (decimal): -5247009 or 14675887. OLE color: 14675887.

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

Color convert

RGB 175 239 223 -
CMYK 0.27 0 0.07 0.06
HSL 165º 0.67% 0.81% -
HSV(B) 165º 0.27% 0.94% -
XYZ 61.86 76.17 81.25 -
YUV 218.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 175 239 223 0.27 0 0.07 0.06 165 0.67 0.81
Hex AF EF DF 1B 0 7 6 A5 43 51
Octal 257 357 337 33 0 7 6 245 103 121
Binary 10101111 11101111 11011111 11011 0 111 110 10100101 1000011 1010001

Color Harmonies of #AFEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEFDF

Black with #AFEFDF

Text Example


Text Example

White with #AFEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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