Html Css Color HEX #73EFC2 Aquamarine

📋 copy color: '#73EFC2'

red 115 ◦ green 239 ◦ blue 194

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

Shades of Aquamarine #73EFC2

Tints of Aquamarine #73EFC2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.61%

 BLUE value IS 194 (76.17% from 255) = 35.4%

R = 20.99%
G = 43.61%
B = 35.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#73EFC2 (or 0x73EFC2) is known color: Aquamarine. HEX triplet: 73, EF and C2. RGB value is (115,239,194). Sum of RGB (Red+Green+Blue) = 115+239+194=548 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.99% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFC2 is #8C103D. Grayscale: #C4C4C4. Windows color (decimal): -9179198 or 12775283. OLE color: 12775283.

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

Color convert

RGB 115 239 194 -
CMYK 0.52 0 0.19 0.06
HSL 158.23º 0.79% 0.69% -
HSV(B) 158.23º 0.52% 0.94% -
XYZ 47.67 69.27 61.9 -
YUV 196.79 126.42 69.66 -
System Red Green Blue C M Y K H S L
Decimal 115 239 194 0.52 0 0.19 0.06 158.23 0.79 0.69
Hex 73 EF C2 34 0 13 6 9E 4F 45
Octal 163 357 302 64 0 23 6 236 117 105
Binary 1110011 11101111 11000010 110100 0 10011 110 10011110 1001111 1000101

Color Harmonies of #73EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFC2

Black with #73EFC2

Text Example


Text Example

White with #73EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,239,194); }

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

background-color css

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

 a { background-color: rgb(115,239,194); }

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

border-color css

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

 span { border-color: rgb(115,239,194); }

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