Html Css Color HEX #85F8BA Aquamarine

📋 copy color: '#85F8BA'

red 133 ◦ green 248 ◦ blue 186

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

Shades of Aquamarine #85F8BA

Tints of Aquamarine #85F8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.74%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 23.46%
G = 43.74%
B = 32.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#85F8BA (or 0x85F8BA) is known color: Aquamarine. HEX triplet: 85, F8 and BA. RGB value is (133,248,186). Sum of RGB (Red+Green+Blue) = 133+248+186=567 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.46% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #85F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F8BA is #7A0745. Grayscale: #CECECE. Windows color (decimal): -7997254 or 12253317. OLE color: 12253317.

HSL color Cylindrical-coordinate representation of color #85F8BA: hue angle of 147.65º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F8BA is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 248 186 -
CMYK 0.46 0 0.25 0.03
HSL 147.65º 0.89% 0.75% -
HSV(B) 147.65º 0.46% 0.97% -
XYZ 52.1 75.67 58.31 -
YUV 206.55 116.4 75.54 -
System Red Green Blue C M Y K H S L
Decimal 133 248 186 0.46 0 0.25 0.03 147.65 0.89 0.75
Hex 85 F8 BA 2E 0 19 3 94 59 4B
Octal 205 370 272 56 0 31 3 224 131 113
Binary 10000101 11111000 10111010 101110 0 11001 11 10010100 1011001 1001011

Color Harmonies of #85F8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F8BA

Black with #85F8BA

Text Example


Text Example

White with #85F8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,248,186); }

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

background-color css

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

 a { background-color: rgb(133,248,186); }

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

border-color css

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

 span { border-color: rgb(133,248,186); }

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