Html Css Color HEX #68CAA3 Medium Aquamarine

📋 copy color: '#68CAA3'

red 104 ◦ green 202 ◦ blue 163

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

Shades of Medium Aquamarine #68CAA3

Tints of Medium Aquamarine #68CAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.75%

R = 22.17%
G = 43.07%
B = 34.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#68CAA3 (or 0x68CAA3) is known color: Medium Aquamarine. HEX triplet: 68, CA and A3. RGB value is (104,202,163). Sum of RGB (Red+Green+Blue) = 104+202+163=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CAA3 is #97355C. Grayscale: #A8A8A8. Windows color (decimal): -9909597 or 10734184. OLE color: 10734184.

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

Color convert

RGB 104 202 163 -
CMYK 0.49 0 0.19 0.21
HSL 156.12º 0.48% 0.6% -
HSV(B) 156.12º 0.49% 0.79% -
XYZ 33.44 47.83 42.12 -
YUV 168.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 104 202 163 0.49 0 0.19 0.21 156.12 0.48 0.6
Hex 68 CA A3 31 0 13 15 9C 30 3C
Octal 150 312 243 61 0 23 25 234 60 74
Binary 1101000 11001010 10100011 110001 0 10011 10101 10011100 110000 111100

Color Harmonies of #68CAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAA3

Black with #68CAA3

Text Example


Text Example

White with #68CAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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