Html Css Color HEX #68FAC2 Aquamarine

📋 copy color: '#68FAC2'

red 104 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #68FAC2

Tints of Aquamarine #68FAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.4%

R = 18.98%
G = 45.62%
B = 35.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#68FAC2 (or 0x68FAC2) is known color: Aquamarine. HEX triplet: 68, FA and C2. RGB value is (104,250,194). Sum of RGB (Red+Green+Blue) = 104+250+194=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 194 (76.17% from 255 or 35.40% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAC2 is #97053D. Grayscale: #C8C8C8. Windows color (decimal): -9897278 or 12778088. OLE color: 12778088.

HSL color Cylindrical-coordinate representation of color #68FAC2: hue angle of 156.99º 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 #68FAC2 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 250 194 -
CMYK 0.58 0 0.22 0.02
HSL 156.99º 0.94% 0.69% -
HSV(B) 156.99º 0.58% 0.98% -
XYZ 49.63 75.21 62.94 -
YUV 199.96 124.63 59.55 -
System Red Green Blue C M Y K H S L
Decimal 104 250 194 0.58 0 0.22 0.02 156.99 0.94 0.69
Hex 68 FA C2 3A 0 16 2 9D 5E 45
Octal 150 372 302 72 0 26 2 235 136 105
Binary 1101000 11111010 11000010 111010 0 10110 10 10011101 1011110 1000101

Color Harmonies of #68FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAC2

Black with #68FAC2

Text Example


Text Example

White with #68FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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