Html Css Color HEX #68FAC3 Aquamarine

📋 copy color: '#68FAC3'

red 104 ◦ green 250 ◦ blue 195

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

Shades of Aquamarine #68FAC3

Tints of Aquamarine #68FAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.52%

R = 18.94%
G = 45.54%
B = 35.52%

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

#68FAC3 (or 0x68FAC3) is known color: Aquamarine. HEX triplet: 68, FA and C3. RGB value is (104,250,195). Sum of RGB (Red+Green+Blue) = 104+250+195=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAC3 is #97053C. Grayscale: #C8C8C8. Windows color (decimal): -9897277 or 12843624. OLE color: 12843624.

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

Color convert

RGB 104 250 195 -
CMYK 0.58 0 0.22 0.02
HSL 157.4º 0.94% 0.69% -
HSV(B) 157.4º 0.58% 0.98% -
XYZ 49.74 75.25 63.53 -
YUV 200.08 125.13 59.47 -
System Red Green Blue C M Y K H S L
Decimal 104 250 195 0.58 0 0.22 0.02 157.4 0.94 0.69
Hex 68 FA C3 3A 0 16 2 9D 5E 45
Octal 150 372 303 72 0 26 2 235 136 105
Binary 1101000 11111010 11000011 111010 0 10110 10 10011101 1011110 1000101

Color Harmonies of #68FAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAC3

Black with #68FAC3

Text Example


Text Example

White with #68FAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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