Html Css Color HEX #73EECE Aquamarine

📋 copy color: '#73EECE'

red 115 ◦ green 238 ◦ blue 206

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

Shades of Aquamarine #73EECE

Tints of Aquamarine #73EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.85%

R = 20.57%
G = 42.58%
B = 36.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#73EECE (or 0x73EECE) is known color: Aquamarine. HEX triplet: 73, EE and CE. RGB value is (115,238,206). Sum of RGB (Red+Green+Blue) = 115+238+206=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #73EECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EECE is #8C1131. Grayscale: #C5C5C5. Windows color (decimal): -9179442 or 13561459. OLE color: 13561459.

HSL color Cylindrical-coordinate representation of color #73EECE: hue angle of 164.39º 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 #73EECE is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 238 206 -
CMYK 0.52 0 0.13 0.07
HSL 164.39º 0.78% 0.69% -
HSV(B) 164.39º 0.52% 0.93% -
XYZ 48.79 69.25 69.19 -
YUV 197.58 132.75 69.1 -
System Red Green Blue C M Y K H S L
Decimal 115 238 206 0.52 0 0.13 0.07 164.39 0.78 0.69
Hex 73 EE CE 34 0 D 7 A4 4E 45
Octal 163 356 316 64 0 15 7 244 116 105
Binary 1110011 11101110 11001110 110100 0 1101 111 10100100 1001110 1000101

Color Harmonies of #73EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EECE

Black with #73EECE

Text Example


Text Example

White with #73EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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