Html Css Color HEX #68C5B3 Medium Aquamarine

📋 copy color: '#68C5B3'

red 104 ◦ green 197 ◦ blue 179

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

Shades of Medium Aquamarine #68C5B3

Tints of Medium Aquamarine #68C5B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.29%

R = 21.67%
G = 41.04%
B = 37.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#68C5B3 (or 0x68C5B3) is known color: Medium Aquamarine. HEX triplet: 68, C5 and B3. RGB value is (104,197,179). Sum of RGB (Red+Green+Blue) = 104+197+179=480 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.67% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5B3 is #973A4C. Grayscale: #A7A7A7. Windows color (decimal): -9910861 or 11781480. OLE color: 11781480.

HSL color Cylindrical-coordinate representation of color #68C5B3: hue angle of 168.39º 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 #68C5B3 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 104 197 179 -
CMYK 0.47 0 0.09 0.23
HSL 168.39º 0.44% 0.59% -
HSV(B) 168.39º 0.47% 0.77% -
XYZ 33.81 46.13 49.77 -
YUV 167.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 104 197 179 0.47 0 0.09 0.23 168.39 0.44 0.59
Hex 68 C5 B3 2F 0 9 17 A8 2C 3B
Octal 150 305 263 57 0 11 27 250 54 73
Binary 1101000 11000101 10110011 101111 0 1001 10111 10101000 101100 111011

Color Harmonies of #68C5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5B3

Black with #68C5B3

Text Example


Text Example

White with #68C5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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