Html Css Color HEX #68BFA8 Medium Aquamarine

📋 copy color: '#68BFA8'

red 104 ◦ green 191 ◦ blue 168

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

Shades of Medium Aquamarine #68BFA8

Tints of Medium Aquamarine #68BFA8

RGB

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

 GREEN value IS 191 (75% from 255) = 41.25%

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 22.46%
G = 41.25%
B = 36.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#68BFA8 (or 0x68BFA8) is known color: Medium Aquamarine. HEX triplet: 68, BF and A8. RGB value is (104,191,168). Sum of RGB (Red+Green+Blue) = 104+191+168=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #68BFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BFA8 is #974057. Grayscale: #A2A2A2. Windows color (decimal): -9912408 or 11059048. OLE color: 11059048.

HSL color Cylindrical-coordinate representation of color #68BFA8: hue angle of 164.14º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68BFA8 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 191 168 -
CMYK 0.46 0 0.12 0.25
HSL 164.14º 0.4% 0.58% -
HSV(B) 164.14º 0.46% 0.75% -
XYZ 31.41 43.03 43.7 -
YUV 162.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 104 191 168 0.46 0 0.12 0.25 164.14 0.4 0.58
Hex 68 BF A8 2E 0 C 19 A4 28 3A
Octal 150 277 250 56 0 14 31 244 50 72
Binary 1101000 10111111 10101000 101110 0 1100 11001 10100100 101000 111010

Color Harmonies of #68BFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFA8

Black with #68BFA8

Text Example


Text Example

White with #68BFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,191,168); }

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

background-color css

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

 a { background-color: rgb(104,191,168); }

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

border-color css

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

 span { border-color: rgb(104,191,168); }

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