Html Css Color HEX #AFFEEC Water Leaf

📋 copy color: '#AFFEEC'

red 175 ◦ green 254 ◦ blue 236

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

Shades of Water Leaf #AFFEEC

Tints of Water Leaf #AFFEEC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.2%

 BLUE value IS 236 (92.58% from 255) = 35.49%

R = 26.32%
G = 38.2%
B = 35.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#AFFEEC (or 0xAFFEEC) is known color: Water Leaf. HEX triplet: AF, FE and EC. RGB value is (175,254,236). Sum of RGB (Red+Green+Blue) = 175+254+236=665 (88% of max value = 765). Red value is 175 (68.75% from 255 or 26.32% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFEEC is #500113. Grayscale: #E4E4E4. Windows color (decimal): -5243156 or 15531695. OLE color: 15531695.

HSL color Cylindrical-coordinate representation of color #AFFEEC: hue angle of 166.33º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEEC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 236 -
CMYK 0.31 0 0.07 0.00
HSL 166.33º 0.98% 0.84% -
HSV(B) 166.33º 0.31% 1% -
XYZ 68.26 86.05 92.37 -
YUV 228.33 132.33 89.96 -
System Red Green Blue C M Y K H S L
Decimal 175 254 236 0.31 0 0.07 0.00 166.33 0.98 0.84
Hex AF FE EC 1F 0 7 0 A6 62 54
Octal 257 376 354 37 0 7 0 246 142 124
Binary 10101111 11111110 11101100 11111 0 111 0 10100110 1100010 1010100

Color Harmonies of #AFFEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEEC

Black with #AFFEEC

Text Example


Text Example

White with #AFFEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEEC; }

 p { color: rgb(175,254,236); }

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

background-color css

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

 a { background-color: rgb(175,254,236); }

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

border-color css

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

 span { border-color: rgb(175,254,236); }

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