Html Css Color HEX #85F9BA Aquamarine

📋 copy color: '#85F9BA'

red 133 ◦ green 249 ◦ blue 186

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

Shades of Aquamarine #85F9BA

Tints of Aquamarine #85F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.84%

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

R = 23.42%
G = 43.84%
B = 32.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#85F9BA (or 0x85F9BA) is known color: Aquamarine. HEX triplet: 85, F9 and BA. RGB value is (133,249,186). Sum of RGB (Red+Green+Blue) = 133+249+186=568 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.42% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F9BA is #7A0645. Grayscale: #CFCFCF. Windows color (decimal): -7996998 or 12253573. OLE color: 12253573.

HSL color Cylindrical-coordinate representation of color #85F9BA: hue angle of 147.41º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F9BA is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 249 186 -
CMYK 0.47 0 0.25 0.02
HSL 147.41º 0.91% 0.75% -
HSV(B) 147.41º 0.47% 0.98% -
XYZ 52.41 76.28 58.42 -
YUV 207.13 116.07 75.12 -
System Red Green Blue C M Y K H S L
Decimal 133 249 186 0.47 0 0.25 0.02 147.41 0.91 0.75
Hex 85 F9 BA 2F 0 19 2 93 5B 4B
Octal 205 371 272 57 0 31 2 223 133 113
Binary 10000101 11111001 10111010 101111 0 11001 10 10010011 1011011 1001011

Color Harmonies of #85F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F9BA

Black with #85F9BA

Text Example


Text Example

White with #85F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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