Html Css Color HEX #85FEB5 Aquamarine

📋 copy color: '#85FEB5'

red 133 ◦ green 254 ◦ blue 181

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

Shades of Aquamarine #85FEB5

Tints of Aquamarine #85FEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.87%

R = 23.42%
G = 44.72%
B = 31.87%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#85FEB5 (or 0x85FEB5) is known color: Aquamarine. HEX triplet: 85, FE and B5. RGB value is (133,254,181). Sum of RGB (Red+Green+Blue) = 133+254+181=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FEB5 is #7A014A. Grayscale: #D1D1D1. Windows color (decimal): -7995723 or 11927173. OLE color: 11927173.

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

Color convert

RGB 133 254 181 -
CMYK 0.48 0 0.29 0.00
HSL 143.8º 0.98% 0.76% -
HSV(B) 143.8º 0.48% 1% -
XYZ 53.46 79.21 56.19 -
YUV 209.5 111.91 73.44 -
System Red Green Blue C M Y K H S L
Decimal 133 254 181 0.48 0 0.29 0.00 143.8 0.98 0.76
Hex 85 FE B5 30 0 1D 0 90 62 4C
Octal 205 376 265 60 0 35 0 220 142 114
Binary 10000101 11111110 10110101 110000 0 11101 0 10010000 1100010 1001100

Color Harmonies of #85FEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FEB5

Black with #85FEB5

Text Example


Text Example

White with #85FEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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