Html Css Color HEX #68CDA9 Medium Aquamarine

📋 copy color: '#68CDA9'

red 104 ◦ green 205 ◦ blue 169

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

Shades of Medium Aquamarine #68CDA9

Tints of Medium Aquamarine #68CDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 35.36%

R = 21.76%
G = 42.89%
B = 35.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#68CDA9 (or 0x68CDA9) is known color: Medium Aquamarine. HEX triplet: 68, CD and A9. RGB value is (104,205,169). Sum of RGB (Red+Green+Blue) = 104+205+169=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #68CDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CDA9 is #973256. Grayscale: #AAAAAA. Windows color (decimal): -9908823 or 11128168. OLE color: 11128168.

HSL color Cylindrical-coordinate representation of color #68CDA9: hue angle of 158.61º 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 #68CDA9 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 205 169 -
CMYK 0.49 0 0.18 0.20
HSL 158.61º 0.5% 0.61% -
HSV(B) 158.61º 0.49% 0.8% -
XYZ 34.7 49.47 45.26 -
YUV 170.7 127.04 80.43 -
System Red Green Blue C M Y K H S L
Decimal 104 205 169 0.49 0 0.18 0.20 158.61 0.5 0.61
Hex 68 CD A9 31 0 12 14 9F 32 3D
Octal 150 315 251 61 0 22 24 237 62 75
Binary 1101000 11001101 10101001 110001 0 10010 10100 10011111 110010 111101

Color Harmonies of #68CDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CDA9

Black with #68CDA9

Text Example


Text Example

White with #68CDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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