Html Css Color HEX #85EEDB Aquamarine

📋 copy color: '#85EEDB'

red 133 ◦ green 238 ◦ blue 219

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

Shades of Aquamarine #85EEDB

Tints of Aquamarine #85EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.34%

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

R = 22.54%
G = 40.34%
B = 37.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#85EEDB (or 0x85EEDB) is known color: Aquamarine. HEX triplet: 85, EE and DB. RGB value is (133,238,219). Sum of RGB (Red+Green+Blue) = 133+238+219=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEDB is #7A1124. Grayscale: #CCCCCC. Windows color (decimal): -7999781 or 14413445. OLE color: 14413445.

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

Color convert

RGB 133 238 219 -
CMYK 0.44 0 0.08 0.07
HSL 169.14º 0.76% 0.73% -
HSV(B) 169.14º 0.44% 0.93% -
XYZ 53.03 71.25 77.98 -
YUV 204.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 133 238 219 0.44 0 0.08 0.07 169.14 0.76 0.73
Hex 85 EE DB 2C 0 8 7 A9 4C 49
Octal 205 356 333 54 0 10 7 251 114 111
Binary 10000101 11101110 11011011 101100 0 1000 111 10101001 1001100 1001001

Color Harmonies of #85EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EEDB

Black with #85EEDB

Text Example


Text Example

White with #85EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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