Html Css Color HEX #68FCD1 Aquamarine

📋 copy color: '#68FCD1'

red 104 ◦ green 252 ◦ blue 209

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

Shades of Aquamarine #68FCD1

Tints of Aquamarine #68FCD1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.6%

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 18.41%
G = 44.6%
B = 36.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#68FCD1 (or 0x68FCD1) is known color: Aquamarine. HEX triplet: 68, FC and D1. RGB value is (104,252,209). Sum of RGB (Red+Green+Blue) = 104+252+209=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCD1 is #97032E. Grayscale: #CACACA. Windows color (decimal): -9896751 or 13761640. OLE color: 13761640.

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

Color convert

RGB 104 252 209 -
CMYK 0.59 0 0.17 0.01
HSL 162.57º 0.96% 0.7% -
HSV(B) 162.57º 0.59% 0.99% -
XYZ 52.03 77.17 72.47 -
YUV 202.85 131.47 57.5 -
System Red Green Blue C M Y K H S L
Decimal 104 252 209 0.59 0 0.17 0.01 162.57 0.96 0.7
Hex 68 FC D1 3B 0 11 1 A3 60 46
Octal 150 374 321 73 0 21 1 243 140 106
Binary 1101000 11111100 11010001 111011 0 10001 1 10100011 1100000 1000110

Color Harmonies of #68FCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FCD1

Black with #68FCD1

Text Example


Text Example

White with #68FCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,252,209); }

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

background-color css

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

 a { background-color: rgb(104,252,209); }

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

border-color css

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

 span { border-color: rgb(104,252,209); }

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