Html Css Color HEX #68CEB0 Medium Aquamarine

📋 copy color: '#68CEB0'

red 104 ◦ green 206 ◦ blue 176

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

Shades of Medium Aquamarine #68CEB0

Tints of Medium Aquamarine #68CEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 21.4%
G = 42.39%
B = 36.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#68CEB0 (or 0x68CEB0) is known color: Medium Aquamarine. HEX triplet: 68, CE and B0. RGB value is (104,206,176). Sum of RGB (Red+Green+Blue) = 104+206+176=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEB0 is #97314F. Grayscale: #ACACAC. Windows color (decimal): -9908560 or 11587176. OLE color: 11587176.

HSL color Cylindrical-coordinate representation of color #68CEB0: hue angle of 162.35º 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 #68CEB0 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 206 176 -
CMYK 0.50 0 0.15 0.19
HSL 162.35º 0.51% 0.61% -
HSV(B) 162.35º 0.5% 0.81% -
XYZ 35.62 50.22 48.89 -
YUV 172.08 130.21 79.44 -
System Red Green Blue C M Y K H S L
Decimal 104 206 176 0.50 0 0.15 0.19 162.35 0.51 0.61
Hex 68 CE B0 32 0 F 13 A2 33 3D
Octal 150 316 260 62 0 17 23 242 63 75
Binary 1101000 11001110 10110000 110010 0 1111 10011 10100010 110011 111101

Color Harmonies of #68CEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CEB0

Black with #68CEB0

Text Example


Text Example

White with #68CEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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