Html Css Color HEX #A0FCE6 Water Leaf

📋 copy color: '#A0FCE6'

red 160 ◦ green 252 ◦ blue 230

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

Shades of Water Leaf #A0FCE6

Tints of Water Leaf #A0FCE6

RGB

 RED value IS 160 (62.89% from 255) = 24.92%

 GREEN value IS 252 (98.83% from 255) = 39.25%

 BLUE value IS 230 (90.23% from 255) = 35.83%

R = 24.92%
G = 39.25%
B = 35.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#A0FCE6 (or 0xA0FCE6) is known color: Water Leaf. HEX triplet: A0, FC and E6. RGB value is (160,252,230). Sum of RGB (Red+Green+Blue) = 160+252+230=642 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.92% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FCE6 is #5F0319. Grayscale: #DDDDDD. Windows color (decimal): -6226714 or 15137952. OLE color: 15137952.

HSL color Cylindrical-coordinate representation of color #A0FCE6: hue angle of 165.65º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCE6 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 230 -
CMYK 0.37 0 0.09 0.01
HSL 165.65º 0.94% 0.81% -
HSV(B) 165.65º 0.37% 0.99% -
XYZ 63.59 82.81 87.49 -
YUV 221.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 160 252 230 0.37 0 0.09 0.01 165.65 0.94 0.81
Hex A0 FC E6 25 0 9 1 A6 5E 51
Octal 240 374 346 45 0 11 1 246 136 121
Binary 10100000 11111100 11100110 100101 0 1001 1 10100110 1011110 1010001

Color Harmonies of #A0FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCE6

Black with #A0FCE6

Text Example


Text Example

White with #A0FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCE6; }

 p { color: rgb(160,252,230); }

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

background-color css

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

 a { background-color: rgb(160,252,230); }

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

border-color css

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

 span { border-color: rgb(160,252,230); }

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