Html Css Color HEX #85FEBF Aquamarine

📋 copy color: '#85FEBF'

red 133 ◦ green 254 ◦ blue 191

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

Shades of Aquamarine #85FEBF

Tints of Aquamarine #85FEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.04%

R = 23.01%
G = 43.94%
B = 33.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#85FEBF (or 0x85FEBF) is known color: Aquamarine. HEX triplet: 85, FE and BF. RGB value is (133,254,191). Sum of RGB (Red+Green+Blue) = 133+254+191=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 191 (75% from 255 or 33.04% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FEBF is #7A0140. Grayscale: #D2D2D2. Windows color (decimal): -7995713 or 12582533. OLE color: 12582533.

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

Color convert

RGB 133 254 191 -
CMYK 0.48 0 0.25 0.00
HSL 148.76º 0.98% 0.76% -
HSV(B) 148.76º 0.48% 1% -
XYZ 54.52 79.63 61.79 -
YUV 210.64 116.91 72.62 -
System Red Green Blue C M Y K H S L
Decimal 133 254 191 0.48 0 0.25 0.00 148.76 0.98 0.76
Hex 85 FE BF 30 0 19 0 95 62 4C
Octal 205 376 277 60 0 31 0 225 142 114
Binary 10000101 11111110 10111111 110000 0 11001 0 10010101 1100010 1001100

Color Harmonies of #85FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FEBF

Black with #85FEBF

Text Example


Text Example

White with #85FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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