Html Css Color HEX #67DCAC Medium Aquamarine

📋 copy color: '#67DCAC'

red 103 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #67DCAC

Tints of Medium Aquamarine #67DCAC

RGB

 RED value IS 103 (40.63% from 255) = 20.81%

 GREEN value IS 220 (86.33% from 255) = 44.44%

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 20.81%
G = 44.44%
B = 34.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#67DCAC (or 0x67DCAC) is known color: Medium Aquamarine. HEX triplet: 67, DC and AC. RGB value is (103,220,172). Sum of RGB (Red+Green+Blue) = 103+220+172=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #67DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DCAC is #982353. Grayscale: #B3B3B3. Windows color (decimal): -9970516 or 11328615. OLE color: 11328615.

HSL color Cylindrical-coordinate representation of color #67DCAC: hue angle of 155.38º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DCAC is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 220 172 -
CMYK 0.53 0 0.22 0.14
HSL 155.38º 0.63% 0.63% -
HSV(B) 155.38º 0.53% 0.86% -
XYZ 38.63 57.05 48.01 -
YUV 179.55 123.74 73.4 -
System Red Green Blue C M Y K H S L
Decimal 103 220 172 0.53 0 0.22 0.14 155.38 0.63 0.63
Hex 67 DC AC 35 0 16 E 9B 3F 3F
Octal 147 334 254 65 0 26 16 233 77 77
Binary 1100111 11011100 10101100 110101 0 10110 1110 10011011 111111 111111

Color Harmonies of #67DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DCAC

Black with #67DCAC

Text Example


Text Example

White with #67DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67DCAC; }

 p { color: rgb(103,220,172); }

 H1.HeaderClassName
 {
   color: #67DCAC;
 }
 .AnyTagClassName
 {
   color: #67DCAC;
 }
</style>

background-color css

<style>
 a { background-color: #67DCAC; }

 a { background-color: rgb(103,220,172); }

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

border-color css

<style>
 span { border-color: #67DCAC; }

 span { border-color: rgb(103,220,172); }

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