Html Css Color HEX #85ECDB Aquamarine

📋 copy color: '#85ECDB'

red 133 ◦ green 236 ◦ blue 219

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

Shades of Aquamarine #85ECDB

Tints of Aquamarine #85ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.14%

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 22.62%
G = 40.14%
B = 37.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#85ECDB (or 0x85ECDB) is known color: Aquamarine. HEX triplet: 85, EC and DB. RGB value is (133,236,219). Sum of RGB (Red+Green+Blue) = 133+236+219=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECDB is #7A1324. Grayscale: #CBCBCB. Windows color (decimal): -8000293 or 14412933. OLE color: 14412933.

HSL color Cylindrical-coordinate representation of color #85ECDB: hue angle of 170.1º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ECDB is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 236 219 -
CMYK 0.44 0 0.07 0.07
HSL 170.1º 0.73% 0.72% -
HSV(B) 170.1º 0.44% 0.93% -
XYZ 52.45 70.09 77.78 -
YUV 203.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 133 236 219 0.44 0 0.07 0.07 170.1 0.73 0.72
Hex 85 EC DB 2C 0 7 7 AA 49 48
Octal 205 354 333 54 0 7 7 252 111 110
Binary 10000101 11101100 11011011 101100 0 111 111 10101010 1001001 1001000

Color Harmonies of #85ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECDB

Black with #85ECDB

Text Example


Text Example

White with #85ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,219); }

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

background-color css

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

 a { background-color: rgb(133,236,219); }

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

border-color css

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

 span { border-color: rgb(133,236,219); }

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