Html Css Color HEX #85EEDA Aquamarine

📋 copy color: '#85EEDA'

red 133 ◦ green 238 ◦ blue 218

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

Shades of Aquamarine #85EEDA

Tints of Aquamarine #85EEDA

RGB

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

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

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

R = 22.58%
G = 40.41%
B = 37.01%

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

#85EEDA (or 0x85EEDA) is known color: Aquamarine. HEX triplet: 85, EE and DA. RGB value is (133,238,218). Sum of RGB (Red+Green+Blue) = 133+238+218=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #85EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EEDA is #7A1125. Grayscale: #CCCCCC. Windows color (decimal): -7999782 or 14347909. OLE color: 14347909.

HSL color Cylindrical-coordinate representation of color #85EEDA: hue angle of 168.57º 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 #85EEDA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 238 218 -
CMYK 0.44 0 0.08 0.07
HSL 168.57º 0.76% 0.73% -
HSV(B) 168.57º 0.44% 0.93% -
XYZ 52.9 71.2 77.28 -
YUV 204.33 135.71 77.13 -
System Red Green Blue C M Y K H S L
Decimal 133 238 218 0.44 0 0.08 0.07 168.57 0.76 0.73
Hex 85 EE DA 2C 0 8 7 A9 4C 49
Octal 205 356 332 54 0 10 7 251 114 111
Binary 10000101 11101110 11011010 101100 0 1000 111 10101001 1001100 1001001

Color Harmonies of #85EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EEDA

Black with #85EEDA

Text Example


Text Example

White with #85EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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