Html Css Color HEX #73FBE0 Aquamarine

📋 copy color: '#73FBE0'

red 115 ◦ green 251 ◦ blue 224

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

Shades of Aquamarine #73FBE0

Tints of Aquamarine #73FBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.54%

 BLUE value IS 224 (87.89% from 255) = 37.97%

R = 19.49%
G = 42.54%
B = 37.97%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#73FBE0 (or 0x73FBE0) is known color: Aquamarine. HEX triplet: 73, FB and E0. RGB value is (115,251,224). Sum of RGB (Red+Green+Blue) = 115+251+224=590 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.49% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FBE0 is #8C041F. Grayscale: #CFCFCF. Windows color (decimal): -9176096 or 14744435. OLE color: 14744435.

HSL color Cylindrical-coordinate representation of color #73FBE0: hue angle of 168.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBE0 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 251 224 -
CMYK 0.54 0 0.11 0.02
HSL 168.09º 0.94% 0.72% -
HSV(B) 168.09º 0.54% 0.98% -
XYZ 55.02 78.02 82.68 -
YUV 207.26 137.44 62.2 -
System Red Green Blue C M Y K H S L
Decimal 115 251 224 0.54 0 0.11 0.02 168.09 0.94 0.72
Hex 73 FB E0 36 0 B 2 A8 5E 48
Octal 163 373 340 66 0 13 2 250 136 110
Binary 1110011 11111011 11100000 110110 0 1011 10 10101000 1011110 1001000

Color Harmonies of #73FBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FBE0

Black with #73FBE0

Text Example


Text Example

White with #73FBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,251,224); }

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

background-color css

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

 a { background-color: rgb(115,251,224); }

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

border-color css

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

 span { border-color: rgb(115,251,224); }

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