Html Css Color HEX #AFF5DD Water Leaf

📋 copy color: '#AFF5DD'

red 175 ◦ green 245 ◦ blue 221

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

Shades of Water Leaf #AFF5DD

Tints of Water Leaf #AFF5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.48%

R = 27.3%
G = 38.22%
B = 34.48%

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

#AFF5DD (or 0xAFF5DD) is known color: Water Leaf. HEX triplet: AF, F5 and DD. RGB value is (175,245,221). Sum of RGB (Red+Green+Blue) = 175+245+221=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5DD is #500A22. Grayscale: #DDDDDD. Windows color (decimal): -5245475 or 14546351. OLE color: 14546351.

HSL color Cylindrical-coordinate representation of color #AFF5DD: hue angle of 159.43º 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 #AFF5DD is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 221 -
CMYK 0.29 0 0.10 0.04
HSL 159.43º 0.78% 0.82% -
HSV(B) 159.43º 0.29% 0.96% -
XYZ 63.38 79.64 80.44 -
YUV 221.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 175 245 221 0.29 0 0.10 0.04 159.43 0.78 0.82
Hex AF F5 DD 1D 0 A 4 9F 4E 52
Octal 257 365 335 35 0 12 4 237 116 122
Binary 10101111 11110101 11011101 11101 0 1010 100 10011111 1001110 1010010

Color Harmonies of #AFF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF5DD

Black with #AFF5DD

Text Example


Text Example

White with #AFF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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