Html Css Color HEX #85EBDA Aquamarine

📋 copy color: '#85EBDA'

red 133 ◦ green 235 ◦ blue 218

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

Shades of Aquamarine #85EBDA

Tints of Aquamarine #85EBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.1%

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 22.7%
G = 40.1%
B = 37.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#85EBDA (or 0x85EBDA) is known color: Aquamarine. HEX triplet: 85, EB and DA. RGB value is (133,235,218). Sum of RGB (Red+Green+Blue) = 133+235+218=586 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.70% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EBDA is #7A1425. Grayscale: #CACACA. Windows color (decimal): -8000550 or 14347141. OLE color: 14347141.

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

Color convert

RGB 133 235 218 -
CMYK 0.43 0 0.07 0.08
HSL 170º 0.72% 0.72% -
HSV(B) 170º 0.43% 0.92% -
XYZ 52.04 69.47 77 -
YUV 202.56 136.71 78.38 -
System Red Green Blue C M Y K H S L
Decimal 133 235 218 0.43 0 0.07 0.08 170 0.72 0.72
Hex 85 EB DA 2B 0 7 8 AA 48 48
Octal 205 353 332 53 0 7 10 252 110 110
Binary 10000101 11101011 11011010 101011 0 111 1000 10101010 1001000 1001000

Color Harmonies of #85EBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EBDA

Black with #85EBDA

Text Example


Text Example

White with #85EBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,218); }

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

background-color css

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

 a { background-color: rgb(133,235,218); }

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

border-color css

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

 span { border-color: rgb(133,235,218); }

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