Html Css Color HEX #68F6BB Aquamarine

📋 copy color: '#68F6BB'

red 104 ◦ green 246 ◦ blue 187

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

Shades of Aquamarine #68F6BB

Tints of Aquamarine #68F6BB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.81%

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 19.37%
G = 45.81%
B = 34.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#68F6BB (or 0x68F6BB) is known color: Aquamarine. HEX triplet: 68, F6 and BB. RGB value is (104,246,187). Sum of RGB (Red+Green+Blue) = 104+246+187=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6BB is #970944. Grayscale: #C4C4C4. Windows color (decimal): -9898309 or 12318312. OLE color: 12318312.

HSL color Cylindrical-coordinate representation of color #68F6BB: hue angle of 155.07º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F6BB is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 246 187 -
CMYK 0.58 0 0.24 0.04
HSL 155.07º 0.89% 0.69% -
HSV(B) 155.07º 0.58% 0.96% -
XYZ 47.63 72.44 58.49 -
YUV 196.82 122.46 61.8 -
System Red Green Blue C M Y K H S L
Decimal 104 246 187 0.58 0 0.24 0.04 155.07 0.89 0.69
Hex 68 F6 BB 3A 0 18 4 9B 59 45
Octal 150 366 273 72 0 30 4 233 131 105
Binary 1101000 11110110 10111011 111010 0 11000 100 10011011 1011001 1000101

Color Harmonies of #68F6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F6BB

Black with #68F6BB

Text Example


Text Example

White with #68F6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,246,187); }

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

background-color css

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

 a { background-color: rgb(104,246,187); }

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

border-color css

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

 span { border-color: rgb(104,246,187); }

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