Html Css Color HEX #68F2CC Aquamarine

📋 copy color: '#68F2CC'

red 104 ◦ green 242 ◦ blue 204

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

Shades of Aquamarine #68F2CC

Tints of Aquamarine #68F2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44%

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

R = 18.91%
G = 44%
B = 37.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#68F2CC (or 0x68F2CC) is known color: Aquamarine. HEX triplet: 68, F2 and CC. RGB value is (104,242,204). Sum of RGB (Red+Green+Blue) = 104+242+204=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2CC is #970D33. Grayscale: #C4C4C4. Windows color (decimal): -9899316 or 13431400. OLE color: 13431400.

HSL color Cylindrical-coordinate representation of color #68F2CC: hue angle of 163.48º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2CC is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 242 204 -
CMYK 0.57 0 0.16 0.05
HSL 163.48º 0.84% 0.68% -
HSV(B) 163.48º 0.57% 0.95% -
XYZ 48.36 70.81 68.25 -
YUV 196.41 132.28 62.09 -
System Red Green Blue C M Y K H S L
Decimal 104 242 204 0.57 0 0.16 0.05 163.48 0.84 0.68
Hex 68 F2 CC 39 0 10 5 A3 54 44
Octal 150 362 314 71 0 20 5 243 124 104
Binary 1101000 11110010 11001100 111001 0 10000 101 10100011 1010100 1000100

Color Harmonies of #68F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F2CC

Black with #68F2CC

Text Example


Text Example

White with #68F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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