Html Css Color HEX #AFF0DA Water Leaf

📋 copy color: '#AFF0DA'

red 175 ◦ green 240 ◦ blue 218

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

Shades of Water Leaf #AFF0DA

Tints of Water Leaf #AFF0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.91%

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 27.65%
G = 37.91%
B = 34.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#AFF0DA (or 0xAFF0DA) is known color: Water Leaf. HEX triplet: AF, F0 and DA. RGB value is (175,240,218). Sum of RGB (Red+Green+Blue) = 175+240+218=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0DA is #500F25. Grayscale: #DADADA. Windows color (decimal): -5246758 or 14348463. OLE color: 14348463.

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

Color convert

RGB 175 240 218 -
CMYK 0.27 0 0.09 0.06
HSL 159.69º 0.68% 0.81% -
HSV(B) 159.69º 0.27% 0.94% -
XYZ 61.49 76.5 77.85 -
YUV 218.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 175 240 218 0.27 0 0.09 0.06 159.69 0.68 0.81
Hex AF F0 DA 1B 0 9 6 A0 44 51
Octal 257 360 332 33 0 11 6 240 104 121
Binary 10101111 11110000 11011010 11011 0 1001 110 10100000 1000100 1010001

Color Harmonies of #AFF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF0DA

Black with #AFF0DA

Text Example


Text Example

White with #AFF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF0DA; }

 p { color: rgb(175,240,218); }

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

background-color css

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

 a { background-color: rgb(175,240,218); }

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

border-color css

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

 span { border-color: rgb(175,240,218); }

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