Html Css Color HEX #72CDA6 Medium Aquamarine

📋 copy color: '#72CDA6'

red 114 ◦ green 205 ◦ blue 166

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

Shades of Medium Aquamarine #72CDA6

Tints of Medium Aquamarine #72CDA6

RGB

 RED value IS 114 (44.92% from 255) = 23.51%

 GREEN value IS 205 (80.47% from 255) = 42.27%

 BLUE value IS 166 (65.23% from 255) = 34.23%

R = 23.51%
G = 42.27%
B = 34.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#72CDA6 (or 0x72CDA6) is known color: Medium Aquamarine. HEX triplet: 72, CD and A6. RGB value is (114,205,166). Sum of RGB (Red+Green+Blue) = 114+205+166=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #72CDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CDA6 is #8D3259. Grayscale: #ADADAD. Windows color (decimal): -9253466 or 10931570. OLE color: 10931570.

HSL color Cylindrical-coordinate representation of color #72CDA6: hue angle of 154.29º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CDA6 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 205 166 -
CMYK 0.44 0 0.19 0.20
HSL 154.29º 0.48% 0.63% -
HSV(B) 154.29º 0.44% 0.8% -
XYZ 35.65 49.99 43.85 -
YUV 173.35 123.85 85.67 -
System Red Green Blue C M Y K H S L
Decimal 114 205 166 0.44 0 0.19 0.20 154.29 0.48 0.63
Hex 72 CD A6 2C 0 13 14 9A 30 3F
Octal 162 315 246 54 0 23 24 232 60 77
Binary 1110010 11001101 10100110 101100 0 10011 10100 10011010 110000 111111

Color Harmonies of #72CDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CDA6

Black with #72CDA6

Text Example


Text Example

White with #72CDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72CDA6; }

 p { color: rgb(114,205,166); }

 H1.HeaderClassName
 {
   color: #72CDA6;
 }
 .AnyTagClassName
 {
   color: #72CDA6;
 }
</style>

background-color css

<style>
 a { background-color: #72CDA6; }

 a { background-color: rgb(114,205,166); }

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

border-color css

<style>
 span { border-color: #72CDA6; }

 span { border-color: rgb(114,205,166); }

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