Html Css Color HEX #AFF1E1 Water Leaf

📋 copy color: '#AFF1E1'

red 175 ◦ green 241 ◦ blue 225

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

Shades of Water Leaf #AFF1E1

Tints of Water Leaf #AFF1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.6%

 BLUE value IS 225 (88.28% from 255) = 35.1%

R = 27.3%
G = 37.6%
B = 35.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#AFF1E1 (or 0xAFF1E1) is known color: Water Leaf. HEX triplet: AF, F1 and E1. RGB value is (175,241,225). Sum of RGB (Red+Green+Blue) = 175+241+225=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF1E1 is #500E1E. Grayscale: #DBDBDB. Windows color (decimal): -5246495 or 14807471. OLE color: 14807471.

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

Color convert

RGB 175 241 225 -
CMYK 0.27 0 0.07 0.05
HSL 165.45º 0.7% 0.82% -
HSV(B) 165.45º 0.27% 0.95% -
XYZ 62.73 77.46 82.88 -
YUV 219.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 175 241 225 0.27 0 0.07 0.05 165.45 0.7 0.82
Hex AF F1 E1 1B 0 7 5 A5 46 52
Octal 257 361 341 33 0 7 5 245 106 122
Binary 10101111 11110001 11100001 11011 0 111 101 10100101 1000110 1010010

Color Harmonies of #AFF1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF1E1

Black with #AFF1E1

Text Example


Text Example

White with #AFF1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF1E1; }

 p { color: rgb(175,241,225); }

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

background-color css

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

 a { background-color: rgb(175,241,225); }

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

border-color css

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

 span { border-color: rgb(175,241,225); }

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