Html Css Color HEX #67D0A8 Medium Aquamarine

📋 copy color: '#67D0A8'

red 103 ◦ green 208 ◦ blue 168

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

Shades of Medium Aquamarine #67D0A8

Tints of Medium Aquamarine #67D0A8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.42%

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 21.5%
G = 43.42%
B = 35.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#67D0A8 (or 0x67D0A8) is known color: Medium Aquamarine. HEX triplet: 67, D0 and A8. RGB value is (103,208,168). Sum of RGB (Red+Green+Blue) = 103+208+168=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #67D0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D0A8 is #982F57. Grayscale: #ACACAC. Windows color (decimal): -9973592 or 11063399. OLE color: 11063399.

HSL color Cylindrical-coordinate representation of color #67D0A8: hue angle of 157.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67D0A8 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 208 168 -
CMYK 0.50 0 0.19 0.18
HSL 157.14º 0.53% 0.61% -
HSV(B) 157.14º 0.5% 0.82% -
XYZ 35.22 50.82 45 -
YUV 172.05 125.71 78.75 -
System Red Green Blue C M Y K H S L
Decimal 103 208 168 0.50 0 0.19 0.18 157.14 0.53 0.61
Hex 67 D0 A8 32 0 13 12 9D 35 3D
Octal 147 320 250 62 0 23 22 235 65 75
Binary 1100111 11010000 10101000 110010 0 10011 10010 10011101 110101 111101

Color Harmonies of #67D0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D0A8

Black with #67D0A8

Text Example


Text Example

White with #67D0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,208,168); }

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

background-color css

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

 a { background-color: rgb(103,208,168); }

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

border-color css

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

 span { border-color: rgb(103,208,168); }

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