Html Css Color HEX #68C7AB Medium Aquamarine

📋 copy color: '#68C7AB'

red 104 ◦ green 199 ◦ blue 171

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

Shades of Medium Aquamarine #68C7AB

Tints of Medium Aquamarine #68C7AB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.98%

 BLUE value IS 171 (67.19% from 255) = 36.08%

R = 21.94%
G = 41.98%
B = 36.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#68C7AB (or 0x68C7AB) is known color: Medium Aquamarine. HEX triplet: 68, C7 and AB. RGB value is (104,199,171). Sum of RGB (Red+Green+Blue) = 104+199+171=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #68C7AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C7AB is #973854. Grayscale: #A7A7A7. Windows color (decimal): -9910357 or 11257704. OLE color: 11257704.

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

Color convert

RGB 104 199 171 -
CMYK 0.48 0 0.14 0.22
HSL 162.32º 0.46% 0.59% -
HSV(B) 162.32º 0.48% 0.78% -
XYZ 33.48 46.73 45.78 -
YUV 167.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 104 199 171 0.48 0 0.14 0.22 162.32 0.46 0.59
Hex 68 C7 AB 30 0 E 16 A2 2E 3B
Octal 150 307 253 60 0 16 26 242 56 73
Binary 1101000 11000111 10101011 110000 0 1110 10110 10100010 101110 111011

Color Harmonies of #68C7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C7AB

Black with #68C7AB

Text Example


Text Example

White with #68C7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,199,171); }

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

background-color css

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

 a { background-color: rgb(104,199,171); }

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

border-color css

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

 span { border-color: rgb(104,199,171); }

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