Html Css Color HEX #68CAB2 Medium Aquamarine

📋 copy color: '#68CAB2'

red 104 ◦ green 202 ◦ blue 178

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

Shades of Medium Aquamarine #68CAB2

Tints of Medium Aquamarine #68CAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.78%

R = 21.49%
G = 41.74%
B = 36.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#68CAB2 (or 0x68CAB2) is known color: Medium Aquamarine. HEX triplet: 68, CA and B2. RGB value is (104,202,178). Sum of RGB (Red+Green+Blue) = 104+202+178=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #68CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CAB2 is #97354D. Grayscale: #A9A9A9. Windows color (decimal): -9909582 or 11717224. OLE color: 11717224.

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

Color convert

RGB 104 202 178 -
CMYK 0.49 0 0.12 0.21
HSL 165.31º 0.48% 0.6% -
HSV(B) 165.31º 0.49% 0.79% -
XYZ 34.87 48.4 49.62 -
YUV 169.96 132.53 80.95 -
System Red Green Blue C M Y K H S L
Decimal 104 202 178 0.49 0 0.12 0.21 165.31 0.48 0.6
Hex 68 CA B2 31 0 C 15 A5 30 3C
Octal 150 312 262 61 0 14 25 245 60 74
Binary 1101000 11001010 10110010 110001 0 1100 10101 10100101 110000 111100

Color Harmonies of #68CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CAB2

Black with #68CAB2

Text Example


Text Example

White with #68CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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