Html Css Color HEX #68CDB0 Medium Aquamarine

📋 copy color: '#68CDB0'

red 104 ◦ green 205 ◦ blue 176

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

Shades of Medium Aquamarine #68CDB0

Tints of Medium Aquamarine #68CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

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

R = 21.44%
G = 42.27%
B = 36.29%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#68CDB0 (or 0x68CDB0) is known color: Medium Aquamarine. HEX triplet: 68, CD and B0. RGB value is (104,205,176). Sum of RGB (Red+Green+Blue) = 104+205+176=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CDB0 is #97324F. Grayscale: #ABABAB. Windows color (decimal): -9908816 or 11586920. OLE color: 11586920.

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

Color convert

RGB 104 205 176 -
CMYK 0.49 0 0.14 0.20
HSL 162.77º 0.5% 0.61% -
HSV(B) 162.77º 0.49% 0.8% -
XYZ 35.38 49.74 48.81 -
YUV 171.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 104 205 176 0.49 0 0.14 0.20 162.77 0.5 0.61
Hex 68 CD B0 31 0 E 14 A3 32 3D
Octal 150 315 260 61 0 16 24 243 62 75
Binary 1101000 11001101 10110000 110001 0 1110 10100 10100011 110010 111101

Color Harmonies of #68CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDB0

Black with #68CDB0

Text Example


Text Example

White with #68CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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