Html Css Color HEX #85FECE Aquamarine

📋 copy color: '#85FECE'

red 133 ◦ green 254 ◦ blue 206

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

Shades of Aquamarine #85FECE

Tints of Aquamarine #85FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 22.43%
G = 42.83%
B = 34.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#85FECE (or 0x85FECE) is known color: Aquamarine. HEX triplet: 85, FE and CE. RGB value is (133,254,206). Sum of RGB (Red+Green+Blue) = 133+254+206=593 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.43% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #85FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FECE is #7A0131. Grayscale: #D4D4D4. Windows color (decimal): -7995698 or 13565573. OLE color: 13565573.

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

Color convert

RGB 133 254 206 -
CMYK 0.48 0 0.19 0.00
HSL 156.2º 0.98% 0.76% -
HSV(B) 156.2º 0.48% 1% -
XYZ 56.26 80.33 70.93 -
YUV 212.35 124.41 71.4 -
System Red Green Blue C M Y K H S L
Decimal 133 254 206 0.48 0 0.19 0.00 156.2 0.98 0.76
Hex 85 FE CE 30 0 13 0 9C 62 4C
Octal 205 376 316 60 0 23 0 234 142 114
Binary 10000101 11111110 11001110 110000 0 10011 0 10011100 1100010 1001100

Color Harmonies of #85FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FECE

Black with #85FECE

Text Example


Text Example

White with #85FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,254,206); }

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

background-color css

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

 a { background-color: rgb(133,254,206); }

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

border-color css

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

 span { border-color: rgb(133,254,206); }

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