Html Css Color HEX #85F2B9 Aquamarine

📋 copy color: '#85F2B9'

red 133 ◦ green 242 ◦ blue 185

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

Shades of Aquamarine #85F2B9

Tints of Aquamarine #85F2B9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.21%

 BLUE value IS 185 (72.66% from 255) = 33.04%

R = 23.75%
G = 43.21%
B = 33.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#85F2B9 (or 0x85F2B9) is known color: Aquamarine. HEX triplet: 85, F2 and B9. RGB value is (133,242,185). Sum of RGB (Red+Green+Blue) = 133+242+185=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #85F2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F2B9 is #7A0D46. Grayscale: #CBCBCB. Windows color (decimal): -7998791 or 12186245. OLE color: 12186245.

HSL color Cylindrical-coordinate representation of color #85F2B9: hue angle of 148.62º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F2B9 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 242 185 -
CMYK 0.45 0 0.24 0.05
HSL 148.62º 0.81% 0.74% -
HSV(B) 148.62º 0.45% 0.95% -
XYZ 50.18 71.99 57.15 -
YUV 202.91 117.89 78.13 -
System Red Green Blue C M Y K H S L
Decimal 133 242 185 0.45 0 0.24 0.05 148.62 0.81 0.74
Hex 85 F2 B9 2D 0 18 5 95 51 4A
Octal 205 362 271 55 0 30 5 225 121 112
Binary 10000101 11110010 10111001 101101 0 11000 101 10010101 1010001 1001010

Color Harmonies of #85F2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F2B9

Black with #85F2B9

Text Example


Text Example

White with #85F2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,242,185); }

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

background-color css

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

 a { background-color: rgb(133,242,185); }

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

border-color css

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

 span { border-color: rgb(133,242,185); }

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