Html Css Color HEX #68FFCC Aquamarine

📋 copy color: '#68FFCC'

red 104 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #68FFCC

Tints of Aquamarine #68FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 45.29%

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

R = 18.47%
G = 45.29%
B = 36.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#68FFCC (or 0x68FFCC) is known color: Aquamarine. HEX triplet: 68, FF and CC. RGB value is (104,255,204). Sum of RGB (Red+Green+Blue) = 104+255+204=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #68FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FFCC is #970033. Grayscale: #CCCCCC. Windows color (decimal): -9895988 or 13434728. OLE color: 13434728.

HSL color Cylindrical-coordinate representation of color #68FFCC: hue angle of 159.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FFCC is Cyan = 0.59, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 104 255 204 -
CMYK 0.59 0 0.2 0
HSL 159.74º 1% 0.7% -
HSV(B) 159.74º 0.59% 1% -
XYZ 52.37 78.82 69.58 -
YUV 204.04 127.97 56.65 -
System Red Green Blue C M Y K H S L
Decimal 104 255 204 0.59 0 0.2 0 159.74 1 0.7
Hex 68 FF CC 3B 0 14 0 A0 64 46
Octal 150 377 314 73 0 24 0 240 144 106
Binary 1101000 11111111 11001100 111011 0 10100 0 10100000 1100100 1000110

Color Harmonies of #68FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FFCC

Black with #68FFCC

Text Example


Text Example

White with #68FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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