Html Css Color HEX #67CCA2 Medium Aquamarine

📋 copy color: '#67CCA2'

red 103 ◦ green 204 ◦ blue 162

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

Shades of Medium Aquamarine #67CCA2

Tints of Medium Aquamarine #67CCA2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.5%

 BLUE value IS 162 (63.67% from 255) = 34.54%

R = 21.96%
G = 43.5%
B = 34.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#67CCA2 (or 0x67CCA2) is known color: Medium Aquamarine. HEX triplet: 67, CC and A2. RGB value is (103,204,162). Sum of RGB (Red+Green+Blue) = 103+204+162=469 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.96% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 162 (63.67% from 255 or 34.54% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #67CCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CCA2 is #98335D. Grayscale: #A9A9A9. Windows color (decimal): -9974622 or 10669159. OLE color: 10669159.

HSL color Cylindrical-coordinate representation of color #67CCA2: hue angle of 155.05º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CCA2 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 204 162 -
CMYK 0.50 0 0.21 0.2
HSL 155.05º 0.5% 0.6% -
HSV(B) 155.05º 0.5% 0.8% -
XYZ 33.71 48.68 41.8 -
YUV 169.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 103 204 162 0.50 0 0.21 0.2 155.05 0.5 0.6
Hex 67 CC A2 32 0 15 14 9B 32 3C
Octal 147 314 242 62 0 25 24 233 62 74
Binary 1100111 11001100 10100010 110010 0 10101 10100 10011011 110010 111100

Color Harmonies of #67CCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CCA2

Black with #67CCA2

Text Example


Text Example

White with #67CCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,204,162); }

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

background-color css

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

 a { background-color: rgb(103,204,162); }

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

border-color css

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

 span { border-color: rgb(103,204,162); }

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