Html Css Color HEX #68F9C2 Aquamarine

📋 copy color: '#68F9C2'

red 104 ◦ green 249 ◦ blue 194

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

Shades of Aquamarine #68F9C2

Tints of Aquamarine #68F9C2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.52%

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

R = 19.01%
G = 45.52%
B = 35.47%

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

#68F9C2 (or 0x68F9C2) is known color: Aquamarine. HEX triplet: 68, F9 and C2. RGB value is (104,249,194). Sum of RGB (Red+Green+Blue) = 104+249+194=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9C2 is #97063D. Grayscale: #C7C7C7. Windows color (decimal): -9897534 or 12777832. OLE color: 12777832.

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

Color convert

RGB 104 249 194 -
CMYK 0.58 0 0.22 0.02
HSL 157.24º 0.92% 0.69% -
HSV(B) 157.24º 0.58% 0.98% -
XYZ 49.32 74.59 62.84 -
YUV 199.38 124.96 59.97 -
System Red Green Blue C M Y K H S L
Decimal 104 249 194 0.58 0 0.22 0.02 157.24 0.92 0.69
Hex 68 F9 C2 3A 0 16 2 9D 5C 45
Octal 150 371 302 72 0 26 2 235 134 105
Binary 1101000 11111001 11000010 111010 0 10110 10 10011101 1011100 1000101

Color Harmonies of #68F9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F9C2

Black with #68F9C2

Text Example


Text Example

White with #68F9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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