Html Css Color HEX #AFF9DF Water Leaf

📋 copy color: '#AFF9DF'

red 175 ◦ green 249 ◦ blue 223

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

Shades of Water Leaf #AFF9DF

Tints of Water Leaf #AFF9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.49%

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

R = 27.05%
G = 38.49%
B = 34.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#AFF9DF (or 0xAFF9DF) is known color: Water Leaf. HEX triplet: AF, F9 and DF. RGB value is (175,249,223). Sum of RGB (Red+Green+Blue) = 175+249+223=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9DF is #500620. Grayscale: #DFDFDF. Windows color (decimal): -5244449 or 14678447. OLE color: 14678447.

HSL color Cylindrical-coordinate representation of color #AFF9DF: hue angle of 158.92º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9DF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 223 -
CMYK 0.30 0 0.10 0.02
HSL 158.92º 0.86% 0.83% -
HSV(B) 158.92º 0.3% 0.98% -
XYZ 64.87 82.19 82.26 -
YUV 223.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 175 249 223 0.30 0 0.10 0.02 158.92 0.86 0.83
Hex AF F9 DF 1E 0 A 2 9F 56 53
Octal 257 371 337 36 0 12 2 237 126 123
Binary 10101111 11111001 11011111 11110 0 1010 10 10011111 1010110 1010011

Color Harmonies of #AFF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9DF

Black with #AFF9DF

Text Example


Text Example

White with #AFF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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