Html Css Color HEX #85ECD2 Aquamarine

📋 copy color: '#85ECD2'

red 133 ◦ green 236 ◦ blue 210

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

Shades of Aquamarine #85ECD2

Tints of Aquamarine #85ECD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.27%

R = 22.97%
G = 40.76%
B = 36.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#85ECD2 (or 0x85ECD2) is known color: Aquamarine. HEX triplet: 85, EC and D2. RGB value is (133,236,210). Sum of RGB (Red+Green+Blue) = 133+236+210=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 210 (82.42% from 255 or 36.27% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85ECD2 is #7A132D. Grayscale: #CACACA. Windows color (decimal): -8000302 or 13823109. OLE color: 13823109.

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

Color convert

RGB 133 236 210 -
CMYK 0.44 0 0.11 0.07
HSL 164.85º 0.73% 0.72% -
HSV(B) 164.85º 0.44% 0.93% -
XYZ 51.3 69.63 71.71 -
YUV 202.24 132.38 78.61 -
System Red Green Blue C M Y K H S L
Decimal 133 236 210 0.44 0 0.11 0.07 164.85 0.73 0.72
Hex 85 EC D2 2C 0 B 7 A5 49 48
Octal 205 354 322 54 0 13 7 245 111 110
Binary 10000101 11101100 11010010 101100 0 1011 111 10100101 1001001 1001000

Color Harmonies of #85ECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECD2

Black with #85ECD2

Text Example


Text Example

White with #85ECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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