Html Css Color HEX #68CAAC Medium Aquamarine

📋 copy color: '#68CAAC'

red 104 ◦ green 202 ◦ blue 172

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

Shades of Medium Aquamarine #68CAAC

Tints of Medium Aquamarine #68CAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 21.76%
G = 42.26%
B = 35.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#68CAAC (or 0x68CAAC) is known color: Medium Aquamarine. HEX triplet: 68, CA and AC. RGB value is (104,202,172). Sum of RGB (Red+Green+Blue) = 104+202+172=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CAAC is #973553. Grayscale: #A9A9A9. Windows color (decimal): -9909588 or 11324008. OLE color: 11324008.

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

Color convert

RGB 104 202 172 -
CMYK 0.49 0 0.15 0.21
HSL 161.63º 0.48% 0.6% -
HSV(B) 161.63º 0.49% 0.79% -
XYZ 34.28 48.16 46.52 -
YUV 169.28 129.53 81.44 -
System Red Green Blue C M Y K H S L
Decimal 104 202 172 0.49 0 0.15 0.21 161.63 0.48 0.6
Hex 68 CA AC 31 0 F 15 A2 30 3C
Octal 150 312 254 61 0 17 25 242 60 74
Binary 1101000 11001010 10101100 110001 0 1111 10101 10100010 110000 111100

Color Harmonies of #68CAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAAC

Black with #68CAAC

Text Example


Text Example

White with #68CAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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