Html Css Color HEX #68FAC6 Aquamarine

📋 copy color: '#68FAC6'

red 104 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #68FAC6

Tints of Aquamarine #68FAC6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.29%

 BLUE value IS 198 (77.73% from 255) = 35.87%

R = 18.84%
G = 45.29%
B = 35.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#68FAC6 (or 0x68FAC6) is known color: Aquamarine. HEX triplet: 68, FA and C6. RGB value is (104,250,198). Sum of RGB (Red+Green+Blue) = 104+250+198=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAC6 is #970539. Grayscale: #C8C8C8. Windows color (decimal): -9897274 or 13040232. OLE color: 13040232.

HSL color Cylindrical-coordinate representation of color #68FAC6: hue angle of 158.63º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FAC6 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 250 198 -
CMYK 0.58 0 0.21 0.02
HSL 158.63º 0.94% 0.69% -
HSV(B) 158.63º 0.58% 0.98% -
XYZ 50.09 75.39 65.34 -
YUV 200.42 126.63 59.23 -
System Red Green Blue C M Y K H S L
Decimal 104 250 198 0.58 0 0.21 0.02 158.63 0.94 0.69
Hex 68 FA C6 3A 0 15 2 9F 5E 45
Octal 150 372 306 72 0 25 2 237 136 105
Binary 1101000 11111010 11000110 111010 0 10101 10 10011111 1011110 1000101

Color Harmonies of #68FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAC6

Black with #68FAC6

Text Example


Text Example

White with #68FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,250,198); }

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

background-color css

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

 a { background-color: rgb(104,250,198); }

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

border-color css

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

 span { border-color: rgb(104,250,198); }

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