Html Css Color HEX #67CCAF Medium Aquamarine

📋 copy color: '#67CCAF'

red 103 ◦ green 204 ◦ blue 175

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

Shades of Medium Aquamarine #67CCAF

Tints of Medium Aquamarine #67CCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 21.37%
G = 42.32%
B = 36.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#67CCAF (or 0x67CCAF) is known color: Medium Aquamarine. HEX triplet: 67, CC and AF. RGB value is (103,204,175). Sum of RGB (Red+Green+Blue) = 103+204+175=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #67CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CCAF is #983350. Grayscale: #AAAAAA. Windows color (decimal): -9974609 or 11521127. OLE color: 11521127.

HSL color Cylindrical-coordinate representation of color #67CCAF: hue angle of 162.77º 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 #67CCAF is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 204 175 -
CMYK 0.50 0 0.14 0.2
HSL 162.77º 0.5% 0.6% -
HSV(B) 162.77º 0.5% 0.8% -
XYZ 34.92 49.16 48.21 -
YUV 170.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 103 204 175 0.50 0 0.14 0.2 162.77 0.5 0.6
Hex 67 CC AF 32 0 E 14 A3 32 3C
Octal 147 314 257 62 0 16 24 243 62 74
Binary 1100111 11001100 10101111 110010 0 1110 10100 10100011 110010 111100

Color Harmonies of #67CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CCAF

Black with #67CCAF

Text Example


Text Example

White with #67CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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