Html Css Color HEX #73EEC2 Aquamarine

📋 copy color: '#73EEC2'

red 115 ◦ green 238 ◦ blue 194

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

Shades of Aquamarine #73EEC2

Tints of Aquamarine #73EEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 21.02%
G = 43.51%
B = 35.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#73EEC2 (or 0x73EEC2) is known color: Aquamarine. HEX triplet: 73, EE and C2. RGB value is (115,238,194). Sum of RGB (Red+Green+Blue) = 115+238+194=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEC2 is #8C113D. Grayscale: #C4C4C4. Windows color (decimal): -9179454 or 12775027. OLE color: 12775027.

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

Color convert

RGB 115 238 194 -
CMYK 0.52 0 0.18 0.07
HSL 158.54º 0.78% 0.69% -
HSV(B) 158.54º 0.52% 0.93% -
XYZ 47.38 68.69 61.8 -
YUV 196.21 126.75 70.08 -
System Red Green Blue C M Y K H S L
Decimal 115 238 194 0.52 0 0.18 0.07 158.54 0.78 0.69
Hex 73 EE C2 34 0 12 7 9F 4E 45
Octal 163 356 302 64 0 22 7 237 116 105
Binary 1110011 11101110 11000010 110100 0 10010 111 10011111 1001110 1000101

Color Harmonies of #73EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EEC2

Black with #73EEC2

Text Example


Text Example

White with #73EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,238,194); }

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

background-color css

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

 a { background-color: rgb(115,238,194); }

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

border-color css

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

 span { border-color: rgb(115,238,194); }

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