Html Css Color HEX #85FCBA Aquamarine

📋 copy color: '#85FCBA'

red 133 ◦ green 252 ◦ blue 186

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

Shades of Aquamarine #85FCBA

Tints of Aquamarine #85FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.13%

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

R = 23.29%
G = 44.13%
B = 32.57%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#85FCBA (or 0x85FCBA) is known color: Aquamarine. HEX triplet: 85, FC and BA. RGB value is (133,252,186). Sum of RGB (Red+Green+Blue) = 133+252+186=571 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.29% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCBA is #7A0345. Grayscale: #D1D1D1. Windows color (decimal): -7996230 or 12254341. OLE color: 12254341.

HSL color Cylindrical-coordinate representation of color #85FCBA: hue angle of 146.72º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCBA is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 186 -
CMYK 0.47 0 0.26 0.01
HSL 146.72º 0.95% 0.75% -
HSV(B) 146.72º 0.47% 0.99% -
XYZ 53.35 78.15 58.73 -
YUV 208.9 115.08 73.87 -
System Red Green Blue C M Y K H S L
Decimal 133 252 186 0.47 0 0.26 0.01 146.72 0.95 0.75
Hex 85 FC BA 2F 0 1A 1 93 5F 4B
Octal 205 374 272 57 0 32 1 223 137 113
Binary 10000101 11111100 10111010 101111 0 11010 1 10010011 1011111 1001011

Color Harmonies of #85FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCBA

Black with #85FCBA

Text Example


Text Example

White with #85FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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