Html Css Color HEX #68CCB2 Medium Aquamarine

📋 copy color: '#68CCB2'

red 104 ◦ green 204 ◦ blue 178

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

Shades of Medium Aquamarine #68CCB2

Tints of Medium Aquamarine #68CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.98%

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

R = 21.4%
G = 41.98%
B = 36.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#68CCB2 (or 0x68CCB2) is known color: Medium Aquamarine. HEX triplet: 68, CC and B2. RGB value is (104,204,178). Sum of RGB (Red+Green+Blue) = 104+204+178=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CCB2 is #97334D. Grayscale: #ABABAB. Windows color (decimal): -9909070 or 11717736. OLE color: 11717736.

HSL color Cylindrical-coordinate representation of color #68CCB2: hue angle of 164.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CCB2 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 204 178 -
CMYK 0.49 0 0.13 0.2
HSL 164.4º 0.5% 0.6% -
HSV(B) 164.4º 0.49% 0.8% -
XYZ 35.34 49.34 49.78 -
YUV 171.14 131.87 80.11 -
System Red Green Blue C M Y K H S L
Decimal 104 204 178 0.49 0 0.13 0.2 164.4 0.5 0.6
Hex 68 CC B2 31 0 D 14 A4 32 3C
Octal 150 314 262 61 0 15 24 244 62 74
Binary 1101000 11001100 10110010 110001 0 1101 10100 10100100 110010 111100

Color Harmonies of #68CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCB2

Black with #68CCB2

Text Example


Text Example

White with #68CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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