Html Css Color HEX #68DCB2 Medium Aquamarine

📋 copy color: '#68DCB2'

red 104 ◦ green 220 ◦ blue 178

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

Shades of Medium Aquamarine #68DCB2

Tints of Medium Aquamarine #68DCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 20.72%
G = 43.82%
B = 35.46%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#68DCB2 (or 0x68DCB2) is known color: Medium Aquamarine. HEX triplet: 68, DC and B2. RGB value is (104,220,178). Sum of RGB (Red+Green+Blue) = 104+220+178=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCB2 is #97234D. Grayscale: #B4B4B4. Windows color (decimal): -9904974 or 11721832. OLE color: 11721832.

HSL color Cylindrical-coordinate representation of color #68DCB2: hue angle of 158.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCB2 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 220 178 -
CMYK 0.53 0 0.19 0.14
HSL 158.28º 0.62% 0.64% -
HSV(B) 158.28º 0.53% 0.86% -
XYZ 39.34 57.34 51.11 -
YUV 180.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 104 220 178 0.53 0 0.19 0.14 158.28 0.62 0.64
Hex 68 DC B2 35 0 13 E 9E 3E 40
Octal 150 334 262 65 0 23 16 236 76 100
Binary 1101000 11011100 10110010 110101 0 10011 1110 10011110 111110 1000000

Color Harmonies of #68DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DCB2

Black with #68DCB2

Text Example


Text Example

White with #68DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,220,178); }

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

background-color css

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

 a { background-color: rgb(104,220,178); }

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

border-color css

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

 span { border-color: rgb(104,220,178); }

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