Html Css Color HEX #68C8A2 Medium Aquamarine

📋 copy color: '#68C8A2'

red 104 ◦ green 200 ◦ blue 162

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

Shades of Medium Aquamarine #68C8A2

Tints of Medium Aquamarine #68C8A2

RGB

 RED value IS 104 (41.02% from 255) = 22.32%

 GREEN value IS 200 (78.52% from 255) = 42.92%

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

R = 22.32%
G = 42.92%
B = 34.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#68C8A2 (or 0x68C8A2) is known color: Medium Aquamarine. HEX triplet: 68, C8 and A2. RGB value is (104,200,162). Sum of RGB (Red+Green+Blue) = 104+200+162=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8A2 is #97375D. Grayscale: #A7A7A7. Windows color (decimal): -9910110 or 10668136. OLE color: 10668136.

HSL color Cylindrical-coordinate representation of color #68C8A2: hue angle of 156.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C8A2 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 104 200 162 -
CMYK 0.48 0 0.19 0.22
HSL 156.25º 0.47% 0.6% -
HSV(B) 156.25º 0.48% 0.78% -
XYZ 32.88 46.86 41.49 -
YUV 166.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 104 200 162 0.48 0 0.19 0.22 156.25 0.47 0.6
Hex 68 C8 A2 30 0 13 16 9C 2F 3C
Octal 150 310 242 60 0 23 26 234 57 74
Binary 1101000 11001000 10100010 110000 0 10011 10110 10011100 101111 111100

Color Harmonies of #68C8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C8A2

Black with #68C8A2

Text Example


Text Example

White with #68C8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68C8A2; }

 p { color: rgb(104,200,162); }

 H1.HeaderClassName
 {
   color: #68C8A2;
 }
 .AnyTagClassName
 {
   color: #68C8A2;
 }
</style>

background-color css

<style>
 a { background-color: #68C8A2; }

 a { background-color: rgb(104,200,162); }

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

border-color css

<style>
 span { border-color: #68C8A2; }

 span { border-color: rgb(104,200,162); }

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