Html Css Color HEX #85EFDB Aquamarine

📋 copy color: '#85EFDB'

red 133 ◦ green 239 ◦ blue 219

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

Shades of Aquamarine #85EFDB

Tints of Aquamarine #85EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.44%

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

R = 22.5%
G = 40.44%
B = 37.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#85EFDB (or 0x85EFDB) is known color: Aquamarine. HEX triplet: 85, EF and DB. RGB value is (133,239,219). Sum of RGB (Red+Green+Blue) = 133+239+219=591 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.50% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFDB is #7A1024. Grayscale: #CDCDCD. Windows color (decimal): -7999525 or 14413701. OLE color: 14413701.

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

Color convert

RGB 133 239 219 -
CMYK 0.44 0 0.08 0.06
HSL 168.68º 0.77% 0.73% -
HSV(B) 168.68º 0.44% 0.94% -
XYZ 53.33 71.83 78.07 -
YUV 205.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 133 239 219 0.44 0 0.08 0.06 168.68 0.77 0.73
Hex 85 EF DB 2C 0 8 6 A9 4D 49
Octal 205 357 333 54 0 10 6 251 115 111
Binary 10000101 11101111 11011011 101100 0 1000 110 10101001 1001101 1001001

Color Harmonies of #85EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFDB

Black with #85EFDB

Text Example


Text Example

White with #85EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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