Html Css Color HEX #68CAB0 Medium Aquamarine

📋 copy color: '#68CAB0'

red 104 ◦ green 202 ◦ blue 176

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

Shades of Medium Aquamarine #68CAB0

Tints of Medium Aquamarine #68CAB0

RGB

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

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

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

R = 21.58%
G = 41.91%
B = 36.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#68CAB0 (or 0x68CAB0) is known color: Medium Aquamarine. HEX triplet: 68, CA and B0. RGB value is (104,202,176). Sum of RGB (Red+Green+Blue) = 104+202+176=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CAB0 is #97354F. Grayscale: #A9A9A9. Windows color (decimal): -9909584 or 11586152. OLE color: 11586152.

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

Color convert

RGB 104 202 176 -
CMYK 0.49 0 0.13 0.21
HSL 164.08º 0.48% 0.6% -
HSV(B) 164.08º 0.49% 0.79% -
XYZ 34.67 48.32 48.57 -
YUV 169.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 104 202 176 0.49 0 0.13 0.21 164.08 0.48 0.6
Hex 68 CA B0 31 0 D 15 A4 30 3C
Octal 150 312 260 61 0 15 25 244 60 74
Binary 1101000 11001010 10110000 110001 0 1101 10101 10100100 110000 111100

Color Harmonies of #68CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAB0

Black with #68CAB0

Text Example


Text Example

White with #68CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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