Html Css Color HEX #85F6BE Aquamarine

📋 copy color: '#85F6BE'

red 133 ◦ green 246 ◦ blue 190

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

Shades of Aquamarine #85F6BE

Tints of Aquamarine #85F6BE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.23%

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

R = 23.37%
G = 43.23%
B = 33.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#85F6BE (or 0x85F6BE) is known color: Aquamarine. HEX triplet: 85, F6 and BE. RGB value is (133,246,190). Sum of RGB (Red+Green+Blue) = 133+246+190=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #85F6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F6BE is #7A0941. Grayscale: #CDCDCD. Windows color (decimal): -7997762 or 12514949. OLE color: 12514949.

HSL color Cylindrical-coordinate representation of color #85F6BE: hue angle of 150.27º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F6BE is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 246 190 -
CMYK 0.46 0 0.23 0.04
HSL 150.27º 0.86% 0.74% -
HSV(B) 150.27º 0.46% 0.96% -
XYZ 51.92 74.62 60.38 -
YUV 205.83 119.06 76.05 -
System Red Green Blue C M Y K H S L
Decimal 133 246 190 0.46 0 0.23 0.04 150.27 0.86 0.74
Hex 85 F6 BE 2E 0 17 4 96 56 4A
Octal 205 366 276 56 0 27 4 226 126 112
Binary 10000101 11110110 10111110 101110 0 10111 100 10010110 1010110 1001010

Color Harmonies of #85F6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F6BE

Black with #85F6BE

Text Example


Text Example

White with #85F6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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