Html Css Color HEX #73F0CA Aquamarine

📋 copy color: '#73F0CA'

red 115 ◦ green 240 ◦ blue 202

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

Shades of Aquamarine #73F0CA

Tints of Aquamarine #73F0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 20.65%
G = 43.09%
B = 36.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#73F0CA (or 0x73F0CA) is known color: Aquamarine. HEX triplet: 73, F0 and CA. RGB value is (115,240,202). Sum of RGB (Red+Green+Blue) = 115+240+202=557 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.65% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #73F0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F0CA is #8C0F35. Grayscale: #C6C6C6. Windows color (decimal): -9178934 or 13299827. OLE color: 13299827.

HSL color Cylindrical-coordinate representation of color #73F0CA: hue angle of 161.76º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73F0CA is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 240 202 -
CMYK 0.52 0 0.16 0.06
HSL 161.76º 0.81% 0.7% -
HSV(B) 161.76º 0.52% 0.94% -
XYZ 48.89 70.23 66.86 -
YUV 198.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 115 240 202 0.52 0 0.16 0.06 161.76 0.81 0.7
Hex 73 F0 CA 34 0 10 6 A2 51 46
Octal 163 360 312 64 0 20 6 242 121 106
Binary 1110011 11110000 11001010 110100 0 10000 110 10100010 1010001 1000110

Color Harmonies of #73F0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F0CA

Black with #73F0CA

Text Example


Text Example

White with #73F0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,240,202); }

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

background-color css

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

 a { background-color: rgb(115,240,202); }

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

border-color css

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

 span { border-color: rgb(115,240,202); }

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