Html Css Color HEX #85FEBE Aquamarine

📋 copy color: '#85FEBE'

red 133 ◦ green 254 ◦ blue 190

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

Shades of Aquamarine #85FEBE

Tints of Aquamarine #85FEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.93%

R = 23.05%
G = 44.02%
B = 32.93%

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

#85FEBE (or 0x85FEBE) is known color: Aquamarine. HEX triplet: 85, FE and BE. RGB value is (133,254,190). Sum of RGB (Red+Green+Blue) = 133+254+190=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 254 (99.61% from 255 or 44.02% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FEBE is #7A0141. Grayscale: #D2D2D2. Windows color (decimal): -7995714 or 12516997. OLE color: 12516997.

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

Color convert

RGB 133 254 190 -
CMYK 0.48 0 0.25 0.00
HSL 148.26º 0.98% 0.76% -
HSV(B) 148.26º 0.48% 1% -
XYZ 54.41 79.59 61.21 -
YUV 210.53 116.41 72.7 -
System Red Green Blue C M Y K H S L
Decimal 133 254 190 0.48 0 0.25 0.00 148.26 0.98 0.76
Hex 85 FE BE 30 0 19 0 94 62 4C
Octal 205 376 276 60 0 31 0 224 142 114
Binary 10000101 11111110 10111110 110000 0 11001 0 10010100 1100010 1001100

Color Harmonies of #85FEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FEBE

Black with #85FEBE

Text Example


Text Example

White with #85FEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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