Html Css Color HEX #73EBC9 Aquamarine

📋 copy color: '#73EBC9'

red 115 ◦ green 235 ◦ blue 201

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

Shades of Aquamarine #73EBC9

Tints of Aquamarine #73EBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.65%

 BLUE value IS 201 (78.91% from 255) = 36.48%

R = 20.87%
G = 42.65%
B = 36.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#73EBC9 (or 0x73EBC9) is known color: Aquamarine. HEX triplet: 73, EB and C9. RGB value is (115,235,201). Sum of RGB (Red+Green+Blue) = 115+235+201=551 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.87% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #73EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EBC9 is #8C1436. Grayscale: #C3C3C3. Windows color (decimal): -9180215 or 13233011. OLE color: 13233011.

HSL color Cylindrical-coordinate representation of color #73EBC9: hue angle of 163º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EBC9 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 235 201 -
CMYK 0.51 0 0.14 0.08
HSL 163º 0.75% 0.69% -
HSV(B) 163º 0.51% 0.92% -
XYZ 47.32 67.28 65.75 -
YUV 195.24 131.24 70.76 -
System Red Green Blue C M Y K H S L
Decimal 115 235 201 0.51 0 0.14 0.08 163 0.75 0.69
Hex 73 EB C9 33 0 E 8 A3 4B 45
Octal 163 353 311 63 0 16 10 243 113 105
Binary 1110011 11101011 11001001 110011 0 1110 1000 10100011 1001011 1000101

Color Harmonies of #73EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EBC9

Black with #73EBC9

Text Example


Text Example

White with #73EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,235,201); }

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

background-color css

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

 a { background-color: rgb(115,235,201); }

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

border-color css

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

 span { border-color: rgb(115,235,201); }

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