Html Css Color HEX #AFF5DC Water Leaf

📋 copy color: '#AFF5DC'

red 175 ◦ green 245 ◦ blue 220

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

Shades of Water Leaf #AFF5DC

Tints of Water Leaf #AFF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.28%

 BLUE value IS 220 (86.33% from 255) = 34.38%

R = 27.34%
G = 38.28%
B = 34.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#AFF5DC (or 0xAFF5DC) is known color: Water Leaf. HEX triplet: AF, F5 and DC. RGB value is (175,245,220). Sum of RGB (Red+Green+Blue) = 175+245+220=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5DC is #500A23. Grayscale: #DDDDDD. Windows color (decimal): -5245476 or 14480815. OLE color: 14480815.

HSL color Cylindrical-coordinate representation of color #AFF5DC: hue angle of 158.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5DC is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 220 -
CMYK 0.29 0 0.10 0.04
HSL 158.57º 0.78% 0.82% -
HSV(B) 158.57º 0.29% 0.96% -
XYZ 63.25 79.59 79.74 -
YUV 221.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 175 245 220 0.29 0 0.10 0.04 158.57 0.78 0.82
Hex AF F5 DC 1D 0 A 4 9F 4E 52
Octal 257 365 334 35 0 12 4 237 116 122
Binary 10101111 11110101 11011100 11101 0 1010 100 10011111 1001110 1010010

Color Harmonies of #AFF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5DC

Black with #AFF5DC

Text Example


Text Example

White with #AFF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5DC; }

 p { color: rgb(175,245,220); }

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

background-color css

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

 a { background-color: rgb(175,245,220); }

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

border-color css

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

 span { border-color: rgb(175,245,220); }

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