Html Css Color HEX #73FFC4 Aquamarine

📋 copy color: '#73FFC4'

red 115 ◦ green 255 ◦ blue 196

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

Shades of Aquamarine #73FFC4

Tints of Aquamarine #73FFC4

RGB

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

 GREEN value IS 255 (100% from 255) = 45.05%

 BLUE value IS 196 (76.95% from 255) = 34.63%

R = 20.32%
G = 45.05%
B = 34.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#73FFC4 (or 0x73FFC4) is known color: Aquamarine. HEX triplet: 73, FF and C4. RGB value is (115,255,196). Sum of RGB (Red+Green+Blue) = 115+255+196=566 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.32% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFC4 is #8C003B. Grayscale: #CECECE. Windows color (decimal): -9175100 or 12910451. OLE color: 12910451.

HSL color Cylindrical-coordinate representation of color #73FFC4: hue angle of 154.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFC4 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 115 255 196 -
CMYK 0.55 0 0.23 0
HSL 154.71º 1% 0.73% -
HSV(B) 154.71º 0.55% 1% -
XYZ 52.79 79.15 64.72 -
YUV 206.41 122.12 62.8 -
System Red Green Blue C M Y K H S L
Decimal 115 255 196 0.55 0 0.23 0 154.71 1 0.73
Hex 73 FF C4 37 0 17 0 9B 64 49
Octal 163 377 304 67 0 27 0 233 144 111
Binary 1110011 11111111 11000100 110111 0 10111 0 10011011 1100100 1001001

Color Harmonies of #73FFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FFC4

Black with #73FFC4

Text Example


Text Example

White with #73FFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,255,196); }

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

background-color css

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

 a { background-color: rgb(115,255,196); }

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

border-color css

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

 span { border-color: rgb(115,255,196); }

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