Html Css Color HEX #73CFB1 Medium Aquamarine

📋 copy color: '#73CFB1'

red 115 ◦ green 207 ◦ blue 177

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

Shades of Medium Aquamarine #73CFB1

Tints of Medium Aquamarine #73CFB1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.48%

 BLUE value IS 177 (69.53% from 255) = 35.47%

R = 23.05%
G = 41.48%
B = 35.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#73CFB1 (or 0x73CFB1) is known color: Medium Aquamarine. HEX triplet: 73, CF and B1. RGB value is (115,207,177). Sum of RGB (Red+Green+Blue) = 115+207+177=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CFB1 is #8C304E. Grayscale: #B0B0B0. Windows color (decimal): -9187407 or 11652979. OLE color: 11652979.

HSL color Cylindrical-coordinate representation of color #73CFB1: hue angle of 160.43º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CFB1 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 207 177 -
CMYK 0.44 0 0.14 0.19
HSL 160.43º 0.49% 0.63% -
HSV(B) 160.43º 0.44% 0.81% -
XYZ 37.32 51.44 49.56 -
YUV 176.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 115 207 177 0.44 0 0.14 0.19 160.43 0.49 0.63
Hex 73 CF B1 2C 0 E 13 A0 31 3F
Octal 163 317 261 54 0 16 23 240 61 77
Binary 1110011 11001111 10110001 101100 0 1110 10011 10100000 110001 111111

Color Harmonies of #73CFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CFB1

Black with #73CFB1

Text Example


Text Example

White with #73CFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,207,177); }

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

background-color css

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

 a { background-color: rgb(115,207,177); }

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

border-color css

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

 span { border-color: rgb(115,207,177); }

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