Html Css Color HEX #85FCBB Aquamarine

📋 copy color: '#85FCBB'

red 133 ◦ green 252 ◦ blue 187

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

Shades of Aquamarine #85FCBB

Tints of Aquamarine #85FCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.69%

R = 23.25%
G = 44.06%
B = 32.69%

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

#85FCBB (or 0x85FCBB) is known color: Aquamarine. HEX triplet: 85, FC and BB. RGB value is (133,252,187). Sum of RGB (Red+Green+Blue) = 133+252+187=572 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.25% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCBB is #7A0344. Grayscale: #D1D1D1. Windows color (decimal): -7996229 or 12319877. OLE color: 12319877.

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

Color convert

RGB 133 252 187 -
CMYK 0.47 0 0.26 0.01
HSL 147.23º 0.95% 0.75% -
HSV(B) 147.23º 0.47% 0.99% -
XYZ 53.45 78.2 59.29 -
YUV 209.01 115.58 73.79 -
System Red Green Blue C M Y K H S L
Decimal 133 252 187 0.47 0 0.26 0.01 147.23 0.95 0.75
Hex 85 FC BB 2F 0 1A 1 93 5F 4B
Octal 205 374 273 57 0 32 1 223 137 113
Binary 10000101 11111100 10111011 101111 0 11010 1 10010011 1011111 1001011

Color Harmonies of #85FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCBB

Black with #85FCBB

Text Example


Text Example

White with #85FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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