Html Css Color HEX #85FEBC Aquamarine

📋 copy color: '#85FEBC'

red 133 ◦ green 254 ◦ blue 188

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

Shades of Aquamarine #85FEBC

Tints of Aquamarine #85FEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.7%

R = 23.13%
G = 44.17%
B = 32.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#85FEBC (or 0x85FEBC) is known color: Aquamarine. HEX triplet: 85, FE and BC. RGB value is (133,254,188). Sum of RGB (Red+Green+Blue) = 133+254+188=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FEBC is #7A0143. Grayscale: #D2D2D2. Windows color (decimal): -7995716 or 12385925. OLE color: 12385925.

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

Color convert

RGB 133 254 188 -
CMYK 0.48 0 0.26 0.00
HSL 147.27º 0.98% 0.76% -
HSV(B) 147.27º 0.48% 1% -
XYZ 54.19 79.5 60.07 -
YUV 210.3 115.41 72.87 -
System Red Green Blue C M Y K H S L
Decimal 133 254 188 0.48 0 0.26 0.00 147.27 0.98 0.76
Hex 85 FE BC 30 0 1A 0 93 62 4C
Octal 205 376 274 60 0 32 0 223 142 114
Binary 10000101 11111110 10111100 110000 0 11010 0 10010011 1100010 1001100

Color Harmonies of #85FEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FEBC

Black with #85FEBC

Text Example


Text Example

White with #85FEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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