Html Css Color HEX #73ECD5 Aquamarine

📋 copy color: '#73ECD5'

red 115 ◦ green 236 ◦ blue 213

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

Shades of Aquamarine #73ECD5

Tints of Aquamarine #73ECD5

RGB

 RED value IS 115 (45.31% from 255) = 20.39%

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 20.39%
G = 41.84%
B = 37.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#73ECD5 (or 0x73ECD5) is known color: Aquamarine. HEX triplet: 73, EC and D5. RGB value is (115,236,213). Sum of RGB (Red+Green+Blue) = 115+236+213=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #73ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73ECD5 is #8C132A. Grayscale: #C5C5C5. Windows color (decimal): -9179947 or 14019699. OLE color: 14019699.

HSL color Cylindrical-coordinate representation of color #73ECD5: hue angle of 168.6º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73ECD5 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 236 213 -
CMYK 0.51 0 0.10 0.07
HSL 168.6º 0.76% 0.69% -
HSV(B) 168.6º 0.51% 0.93% -
XYZ 49.08 68.44 73.57 -
YUV 197.2 136.91 69.37 -
System Red Green Blue C M Y K H S L
Decimal 115 236 213 0.51 0 0.10 0.07 168.6 0.76 0.69
Hex 73 EC D5 33 0 A 7 A9 4C 45
Octal 163 354 325 63 0 12 7 251 114 105
Binary 1110011 11101100 11010101 110011 0 1010 111 10101001 1001100 1000101

Color Harmonies of #73ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ECD5

Black with #73ECD5

Text Example


Text Example

White with #73ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73ECD5; }

 p { color: rgb(115,236,213); }

 H1.HeaderClassName
 {
   color: #73ECD5;
 }
 .AnyTagClassName
 {
   color: #73ECD5;
 }
</style>

background-color css

<style>
 a { background-color: #73ECD5; }

 a { background-color: rgb(115,236,213); }

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

border-color css

<style>
 span { border-color: #73ECD5; }

 span { border-color: rgb(115,236,213); }

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