Html Css Color HEX #68CEB2 Medium Aquamarine

📋 copy color: '#68CEB2'

red 104 ◦ green 206 ◦ blue 178

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

Shades of Medium Aquamarine #68CEB2

Tints of Medium Aquamarine #68CEB2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

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

R = 21.31%
G = 42.21%
B = 36.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#68CEB2 (or 0x68CEB2) is known color: Medium Aquamarine. HEX triplet: 68, CE and B2. RGB value is (104,206,178). Sum of RGB (Red+Green+Blue) = 104+206+178=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEB2 is #97314D. Grayscale: #ACACAC. Windows color (decimal): -9908558 or 11718248. OLE color: 11718248.

HSL color Cylindrical-coordinate representation of color #68CEB2: hue angle of 163.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEB2 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 178 -
CMYK 0.50 0 0.14 0.19
HSL 163.53º 0.51% 0.61% -
HSV(B) 163.53º 0.5% 0.81% -
XYZ 35.82 50.3 49.94 -
YUV 172.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 104 206 178 0.50 0 0.14 0.19 163.53 0.51 0.61
Hex 68 CE B2 32 0 E 13 A4 33 3D
Octal 150 316 262 62 0 16 23 244 63 75
Binary 1101000 11001110 10110010 110010 0 1110 10011 10100100 110011 111101

Color Harmonies of #68CEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEB2

Black with #68CEB2

Text Example


Text Example

White with #68CEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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