Html Css Color HEX #AFF3DE Water Leaf

📋 copy color: '#AFF3DE'

red 175 ◦ green 243 ◦ blue 222

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

Shades of Water Leaf #AFF3DE

Tints of Water Leaf #AFF3DE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.97%

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 27.34%
G = 37.97%
B = 34.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#AFF3DE (or 0xAFF3DE) is known color: Water Leaf. HEX triplet: AF, F3 and DE. RGB value is (175,243,222). Sum of RGB (Red+Green+Blue) = 175+243+222=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3DE is #500C21. Grayscale: #DCDCDC. Windows color (decimal): -5245986 or 14611375. OLE color: 14611375.

HSL color Cylindrical-coordinate representation of color #AFF3DE: hue angle of 161.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF3DE is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 222 -
CMYK 0.28 0 0.09 0.05
HSL 161.47º 0.74% 0.82% -
HSV(B) 161.47º 0.28% 0.95% -
XYZ 62.91 78.49 80.94 -
YUV 220.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 175 243 222 0.28 0 0.09 0.05 161.47 0.74 0.82
Hex AF F3 DE 1C 0 9 5 A1 4A 52
Octal 257 363 336 34 0 11 5 241 112 122
Binary 10101111 11110011 11011110 11100 0 1001 101 10100001 1001010 1010010

Color Harmonies of #AFF3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3DE

Black with #AFF3DE

Text Example


Text Example

White with #AFF3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3DE; }

 p { color: rgb(175,243,222); }

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

background-color css

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

 a { background-color: rgb(175,243,222); }

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

border-color css

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

 span { border-color: rgb(175,243,222); }

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