Html Css Color HEX #85FCBC Aquamarine

📋 copy color: '#85FCBC'

red 133 ◦ green 252 ◦ blue 188

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

Shades of Aquamarine #85FCBC

Tints of Aquamarine #85FCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.81%

R = 23.21%
G = 43.98%
B = 32.81%

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

#85FCBC (or 0x85FCBC) is known color: Aquamarine. HEX triplet: 85, FC and BC. RGB value is (133,252,188). Sum of RGB (Red+Green+Blue) = 133+252+188=573 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.21% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCBC is #7A0343. Grayscale: #D1D1D1. Windows color (decimal): -7996228 or 12385413. OLE color: 12385413.

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

Color convert

RGB 133 252 188 -
CMYK 0.47 0 0.25 0.01
HSL 147.73º 0.95% 0.75% -
HSV(B) 147.73º 0.47% 0.99% -
XYZ 53.56 78.24 59.86 -
YUV 209.12 116.08 73.7 -
System Red Green Blue C M Y K H S L
Decimal 133 252 188 0.47 0 0.25 0.01 147.73 0.95 0.75
Hex 85 FC BC 2F 0 19 1 94 5F 4B
Octal 205 374 274 57 0 31 1 224 137 113
Binary 10000101 11111100 10111100 101111 0 11001 1 10010100 1011111 1001011

Color Harmonies of #85FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCBC

Black with #85FCBC

Text Example


Text Example

White with #85FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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