Html Css Color HEX #68C5B1 Medium Aquamarine

📋 copy color: '#68C5B1'

red 104 ◦ green 197 ◦ blue 177

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

Shades of Medium Aquamarine #68C5B1

Tints of Medium Aquamarine #68C5B1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.21%

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 21.76%
G = 41.21%
B = 37.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#68C5B1 (or 0x68C5B1) is known color: Medium Aquamarine. HEX triplet: 68, C5 and B1. RGB value is (104,197,177). Sum of RGB (Red+Green+Blue) = 104+197+177=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C5B1 is #973A4E. Grayscale: #A6A6A6. Windows color (decimal): -9910863 or 11650408. OLE color: 11650408.

HSL color Cylindrical-coordinate representation of color #68C5B1: hue angle of 167.1º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5B1 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 197 177 -
CMYK 0.47 0 0.10 0.23
HSL 167.1º 0.44% 0.59% -
HSV(B) 167.1º 0.47% 0.77% -
XYZ 33.61 46.05 48.71 -
YUV 166.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 104 197 177 0.47 0 0.10 0.23 167.1 0.44 0.59
Hex 68 C5 B1 2F 0 A 17 A7 2C 3B
Octal 150 305 261 57 0 12 27 247 54 73
Binary 1101000 11000101 10110001 101111 0 1010 10111 10100111 101100 111011

Color Harmonies of #68C5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5B1

Black with #68C5B1

Text Example


Text Example

White with #68C5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,197,177); }

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

background-color css

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

 a { background-color: rgb(104,197,177); }

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

border-color css

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

 span { border-color: rgb(104,197,177); }

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