#85FFC1

Color #85FFC1 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #85FFC1

Tints of Aquamarine #85FFC1

Color information

#85FFC1 (or 0x85FFC1) is unknown color: approx Aquamarine. HEX triplet: 85, FF and C1. RGB value is (133,255,193). Sum of RGB (Red+Green+Blue) = 133+255+193=581 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.89% from 581); Green value is 255 (100% from 255 or 43.89% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFC1 is #7A003E. Grayscale: #D3D3D3. Windows color (decimal): -7995455 or 12713861. OLE color: 12713861.

HSL color Cylindrical-coordinate representation of color #85FFC1: hue angle of 149.51º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FFC1 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB133255193-
CMYK0.4800.240
HSL149.51º100%76.08%-
HSV(B)149.51º47.84%100%-
XYZ55.0680.3663.06-
YUV211.45117.5872.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 22.89%
GREEN value IS 255 (100% from 255) = 43.89%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=22.89%
G=43.89%
B=33.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332551930.4800.240149.5110076.08
Hex85FFC130018096644c
Octal205377301600300226144114
Binary10000101111111111100000111000001100001001011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85FFC1; }

 p { color: rgb(133,255,193); }

 H1.HeaderClassName
 {
   color: #85FFC1;
 }
 .AnyTagClassName
 {
   color: #85FFC1;
 }
</style>
background-color css

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

 a { background-color: rgb(133,255,193); }

 div.DivClassName
 {
   background-color: #85FFC1;
 }
 .BgClassName
 {
   background-color: #85FFC1;
 }
</style>
border-color css

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

 span { border-color: rgb(133,255,193); }

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