Html Css Color HEX #85FFE1 Aquamarine

📋 copy color: '#85FFE1'

red 133 ◦ green 255 ◦ blue 225

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

Shades of Aquamarine #85FFE1

Tints of Aquamarine #85FFE1

RGB

 RED value IS 133 (52.34% from 255) = 21.7%

 GREEN value IS 255 (100% from 255) = 41.6%

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

R = 21.7%
G = 41.6%
B = 36.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#85FFE1 (or 0x85FFE1) is known color: Aquamarine. HEX triplet: 85, FF and E1. RGB value is (133,255,225). Sum of RGB (Red+Green+Blue) = 133+255+225=613 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.70% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FFE1 is #7A001E. Grayscale: #D7D7D7. Windows color (decimal): -7995423 or 14811013. OLE color: 14811013.

HSL color Cylindrical-coordinate representation of color #85FFE1: hue angle of 165.25º 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 #85FFE1 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 225 -
CMYK 0.48 0 0.12 0
HSL 165.25º 1% 0.76% -
HSV(B) 165.25º 0.48% 1% -
XYZ 59.02 81.94 83.94 -
YUV 215.1 133.58 69.44 -
System Red Green Blue C M Y K H S L
Decimal 133 255 225 0.48 0 0.12 0 165.25 1 0.76
Hex 85 FF E1 30 0 C 0 A5 64 4C
Octal 205 377 341 60 0 14 0 245 144 114
Binary 10000101 11111111 11100001 110000 0 1100 0 10100101 1100100 1001100

Color Harmonies of #85FFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFE1

Black with #85FFE1

Text Example


Text Example

White with #85FFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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