Html Css Color HEX #73EFCC Aquamarine

📋 copy color: '#73EFCC'

red 115 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #73EFCC

Tints of Aquamarine #73EFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 20.61%
G = 42.83%
B = 36.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#73EFCC (or 0x73EFCC) is known color: Aquamarine. HEX triplet: 73, EF and CC. RGB value is (115,239,204). Sum of RGB (Red+Green+Blue) = 115+239+204=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFCC is #8C1033. Grayscale: #C5C5C5. Windows color (decimal): -9179188 or 13430643. OLE color: 13430643.

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

Color convert

RGB 115 239 204 -
CMYK 0.52 0 0.15 0.06
HSL 163.06º 0.79% 0.69% -
HSV(B) 163.06º 0.52% 0.94% -
XYZ 48.84 69.74 68.01 -
YUV 197.93 131.42 68.85 -
System Red Green Blue C M Y K H S L
Decimal 115 239 204 0.52 0 0.15 0.06 163.06 0.79 0.69
Hex 73 EF CC 34 0 F 6 A3 4F 45
Octal 163 357 314 64 0 17 6 243 117 105
Binary 1110011 11101111 11001100 110100 0 1111 110 10100011 1001111 1000101

Color Harmonies of #73EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFCC

Black with #73EFCC

Text Example


Text Example

White with #73EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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