Html Css Color HEX #85FCBE Aquamarine

📋 copy color: '#85FCBE'

red 133 ◦ green 252 ◦ blue 190

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

Shades of Aquamarine #85FCBE

Tints of Aquamarine #85FCBE

RGB

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

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

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

R = 23.13%
G = 43.83%
B = 33.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#85FCBE (or 0x85FCBE) is known color: Aquamarine. HEX triplet: 85, FC and BE. RGB value is (133,252,190). Sum of RGB (Red+Green+Blue) = 133+252+190=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCBE is #7A0341. Grayscale: #D1D1D1. Windows color (decimal): -7996226 or 12516485. OLE color: 12516485.

HSL color Cylindrical-coordinate representation of color #85FCBE: hue angle of 148.74º 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 #85FCBE is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 252 190 -
CMYK 0.47 0 0.25 0.01
HSL 148.74º 0.95% 0.75% -
HSV(B) 148.74º 0.47% 0.99% -
XYZ 53.78 78.33 61 -
YUV 209.35 117.08 73.54 -
System Red Green Blue C M Y K H S L
Decimal 133 252 190 0.47 0 0.25 0.01 148.74 0.95 0.75
Hex 85 FC BE 2F 0 19 1 95 5F 4B
Octal 205 374 276 57 0 31 1 225 137 113
Binary 10000101 11111100 10111110 101111 0 11001 1 10010101 1011111 1001011

Color Harmonies of #85FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCBE

Black with #85FCBE

Text Example


Text Example

White with #85FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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