Html Css Color HEX #68CAA0 Medium Aquamarine

📋 copy color: '#68CAA0'

red 104 ◦ green 202 ◦ blue 160

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

Shades of Medium Aquamarine #68CAA0

Tints of Medium Aquamarine #68CAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.35%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 22.32%
G = 43.35%
B = 34.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#68CAA0 (or 0x68CAA0) is known color: Medium Aquamarine. HEX triplet: 68, CA and A0. RGB value is (104,202,160). Sum of RGB (Red+Green+Blue) = 104+202+160=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CAA0 is #97355F. Grayscale: #A7A7A7. Windows color (decimal): -9909600 or 10537576. OLE color: 10537576.

HSL color Cylindrical-coordinate representation of color #68CAA0: hue angle of 154.29º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CAA0 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 202 160 -
CMYK 0.49 0 0.21 0.21
HSL 154.29º 0.48% 0.6% -
HSV(B) 154.29º 0.49% 0.79% -
XYZ 33.17 47.72 40.72 -
YUV 167.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 104 202 160 0.49 0 0.21 0.21 154.29 0.48 0.6
Hex 68 CA A0 31 0 15 15 9A 30 3C
Octal 150 312 240 61 0 25 25 232 60 74
Binary 1101000 11001010 10100000 110001 0 10101 10101 10011010 110000 111100

Color Harmonies of #68CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAA0

Black with #68CAA0

Text Example


Text Example

White with #68CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,202,160); }

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

background-color css

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

 a { background-color: rgb(104,202,160); }

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

border-color css

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

 span { border-color: rgb(104,202,160); }

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