Html Css Color HEX #68F6CF Aquamarine

📋 copy color: '#68F6CF'

red 104 ◦ green 246 ◦ blue 207

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

Shades of Aquamarine #68F6CF

Tints of Aquamarine #68F6CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 18.67%
G = 44.17%
B = 37.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#68F6CF (or 0x68F6CF) is known color: Aquamarine. HEX triplet: 68, F6 and CF. RGB value is (104,246,207). Sum of RGB (Red+Green+Blue) = 104+246+207=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 246 (96.48% from 255 or 44.17% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6CF is #970930. Grayscale: #C7C7C7. Windows color (decimal): -9898289 or 13629032. OLE color: 13629032.

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

Color convert

RGB 104 246 207 -
CMYK 0.58 0 0.16 0.04
HSL 163.52º 0.89% 0.69% -
HSV(B) 163.52º 0.58% 0.96% -
XYZ 49.93 73.36 70.56 -
YUV 199.1 132.46 60.17 -
System Red Green Blue C M Y K H S L
Decimal 104 246 207 0.58 0 0.16 0.04 163.52 0.89 0.69
Hex 68 F6 CF 3A 0 10 4 A4 59 45
Octal 150 366 317 72 0 20 4 244 131 105
Binary 1101000 11110110 11001111 111010 0 10000 100 10100100 1011001 1000101

Color Harmonies of #68F6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F6CF

Black with #68F6CF

Text Example


Text Example

White with #68F6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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