Html Css Color HEX #73F8CA Aquamarine

📋 copy color: '#73F8CA'

red 115 ◦ green 248 ◦ blue 202

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

Shades of Aquamarine #73F8CA

Tints of Aquamarine #73F8CA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.89%

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

R = 20.35%
G = 43.89%
B = 35.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#73F8CA (or 0x73F8CA) is known color: Aquamarine. HEX triplet: 73, F8 and CA. RGB value is (115,248,202). Sum of RGB (Red+Green+Blue) = 115+248+202=565 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.35% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #73F8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73F8CA is #8C0735. Grayscale: #CBCBCB. Windows color (decimal): -9176886 or 13301875. OLE color: 13301875.

HSL color Cylindrical-coordinate representation of color #73F8CA: hue angle of 159.25º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73F8CA is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 248 202 -
CMYK 0.54 0 0.19 0.03
HSL 159.25º 0.9% 0.71% -
HSV(B) 159.25º 0.54% 0.97% -
XYZ 51.3 75.04 67.66 -
YUV 202.99 127.44 65.24 -
System Red Green Blue C M Y K H S L
Decimal 115 248 202 0.54 0 0.19 0.03 159.25 0.9 0.71
Hex 73 F8 CA 36 0 13 3 9F 5A 47
Octal 163 370 312 66 0 23 3 237 132 107
Binary 1110011 11111000 11001010 110110 0 10011 11 10011111 1011010 1000111

Color Harmonies of #73F8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F8CA

Black with #73F8CA

Text Example


Text Example

White with #73F8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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