Html Css Color HEX #73EFCD Aquamarine

📋 copy color: '#73EFCD'

red 115 ◦ green 239 ◦ blue 205

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

Shades of Aquamarine #73EFCD

Tints of Aquamarine #73EFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 20.57%
G = 42.75%
B = 36.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#73EFCD (or 0x73EFCD) is known color: Aquamarine. HEX triplet: 73, EF and CD. RGB value is (115,239,205). Sum of RGB (Red+Green+Blue) = 115+239+205=559 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.57% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFCD is #8C1032. Grayscale: #C6C6C6. Windows color (decimal): -9179187 or 13496179. OLE color: 13496179.

HSL color Cylindrical-coordinate representation of color #73EFCD: hue angle of 163.55º 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 #73EFCD is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 239 205 -
CMYK 0.52 0 0.14 0.06
HSL 163.55º 0.79% 0.69% -
HSV(B) 163.55º 0.52% 0.94% -
XYZ 48.96 69.79 68.65 -
YUV 198.05 131.92 68.76 -
System Red Green Blue C M Y K H S L
Decimal 115 239 205 0.52 0 0.14 0.06 163.55 0.79 0.69
Hex 73 EF CD 34 0 E 6 A4 4F 45
Octal 163 357 315 64 0 16 6 244 117 105
Binary 1110011 11101111 11001101 110100 0 1110 110 10100100 1001111 1000101

Color Harmonies of #73EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFCD

Black with #73EFCD

Text Example


Text Example

White with #73EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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