Html Css Color HEX #68F9BC Aquamarine

📋 copy color: '#68F9BC'

red 104 ◦ green 249 ◦ blue 188

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

Shades of Aquamarine #68F9BC

Tints of Aquamarine #68F9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 19.22%
G = 46.03%
B = 34.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#68F9BC (or 0x68F9BC) is known color: Aquamarine. HEX triplet: 68, F9 and BC. RGB value is (104,249,188). Sum of RGB (Red+Green+Blue) = 104+249+188=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9BC is #970643. Grayscale: #C6C6C6. Windows color (decimal): -9897540 or 12384616. OLE color: 12384616.

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

Color convert

RGB 104 249 188 -
CMYK 0.58 0 0.24 0.02
HSL 154.76º 0.92% 0.69% -
HSV(B) 154.76º 0.58% 0.98% -
XYZ 48.66 74.33 59.36 -
YUV 198.69 121.96 60.46 -
System Red Green Blue C M Y K H S L
Decimal 104 249 188 0.58 0 0.24 0.02 154.76 0.92 0.69
Hex 68 F9 BC 3A 0 18 2 9B 5C 45
Octal 150 371 274 72 0 30 2 233 134 105
Binary 1101000 11111001 10111100 111010 0 11000 10 10011011 1011100 1000101

Color Harmonies of #68F9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F9BC

Black with #68F9BC

Text Example


Text Example

White with #68F9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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