Html Css Color HEX #68DFB0 Medium Aquamarine

📋 copy color: '#68DFB0'

red 104 ◦ green 223 ◦ blue 176

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

Shades of Medium Aquamarine #68DFB0

Tints of Medium Aquamarine #68DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

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

R = 20.68%
G = 44.33%
B = 34.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#68DFB0 (or 0x68DFB0) is known color: Medium Aquamarine. HEX triplet: 68, DF and B0. RGB value is (104,223,176). Sum of RGB (Red+Green+Blue) = 104+223+176=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DFB0 is #97204F. Grayscale: #B6B6B6. Windows color (decimal): -9904208 or 11591528. OLE color: 11591528.

HSL color Cylindrical-coordinate representation of color #68DFB0: hue angle of 156.3º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFB0 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 223 176 -
CMYK 0.53 0 0.21 0.13
HSL 156.3º 0.65% 0.64% -
HSV(B) 156.3º 0.53% 0.87% -
XYZ 39.93 58.85 50.33 -
YUV 182.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 104 223 176 0.53 0 0.21 0.13 156.3 0.65 0.64
Hex 68 DF B0 35 0 15 D 9C 41 40
Octal 150 337 260 65 0 25 15 234 101 100
Binary 1101000 11011111 10110000 110101 0 10101 1101 10011100 1000001 1000000

Color Harmonies of #68DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DFB0

Black with #68DFB0

Text Example


Text Example

White with #68DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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