Html Css Color HEX #68F6CC Aquamarine

📋 copy color: '#68F6CC'

red 104 ◦ green 246 ◦ blue 204

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

Shades of Aquamarine #68F6CC

Tints of Aquamarine #68F6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 18.77%
G = 44.4%
B = 36.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#68F6CC (or 0x68F6CC) is known color: Aquamarine. HEX triplet: 68, F6 and CC. RGB value is (104,246,204). Sum of RGB (Red+Green+Blue) = 104+246+204=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #68F6CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F6CC is #970933. Grayscale: #C6C6C6. Windows color (decimal): -9898292 or 13432424. OLE color: 13432424.

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

Color convert

RGB 104 246 204 -
CMYK 0.58 0 0.17 0.04
HSL 162.25º 0.89% 0.69% -
HSV(B) 162.25º 0.58% 0.96% -
XYZ 49.56 73.21 68.65 -
YUV 198.75 130.96 60.42 -
System Red Green Blue C M Y K H S L
Decimal 104 246 204 0.58 0 0.17 0.04 162.25 0.89 0.69
Hex 68 F6 CC 3A 0 11 4 A2 59 45
Octal 150 366 314 72 0 21 4 242 131 105
Binary 1101000 11110110 11001100 111010 0 10001 100 10100010 1011001 1000101

Color Harmonies of #68F6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F6CC

Black with #68F6CC

Text Example


Text Example

White with #68F6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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