Html Css Color HEX #67CFA0 Medium Aquamarine

📋 copy color: '#67CFA0'

red 103 ◦ green 207 ◦ blue 160

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

Shades of Medium Aquamarine #67CFA0

Tints of Medium Aquamarine #67CFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.04%

R = 21.91%
G = 44.04%
B = 34.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#67CFA0 (or 0x67CFA0) is known color: Medium Aquamarine. HEX triplet: 67, CF and A0. RGB value is (103,207,160). Sum of RGB (Red+Green+Blue) = 103+207+160=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #67CFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CFA0 is #98305F. Grayscale: #AAAAAA. Windows color (decimal): -9973856 or 10538855. OLE color: 10538855.

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

Color convert

RGB 103 207 160 -
CMYK 0.50 0 0.23 0.19
HSL 152.88º 0.52% 0.61% -
HSV(B) 152.88º 0.5% 0.81% -
XYZ 34.25 50.05 41.11 -
YUV 170.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 103 207 160 0.50 0 0.23 0.19 152.88 0.52 0.61
Hex 67 CF A0 32 0 17 13 99 34 3D
Octal 147 317 240 62 0 27 23 231 64 75
Binary 1100111 11001111 10100000 110010 0 10111 10011 10011001 110100 111101

Color Harmonies of #67CFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CFA0

Black with #67CFA0

Text Example


Text Example

White with #67CFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,207,160); }

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

background-color css

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

 a { background-color: rgb(103,207,160); }

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

border-color css

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

 span { border-color: rgb(103,207,160); }

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