Html Css Color HEX #68FDDC Aquamarine

📋 copy color: '#68FDDC'

red 104 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #68FDDC

Tints of Aquamarine #68FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.85%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 18.02%
G = 43.85%
B = 38.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#68FDDC (or 0x68FDDC) is known color: Aquamarine. HEX triplet: 68, FD and DC. RGB value is (104,253,220). Sum of RGB (Red+Green+Blue) = 104+253+220=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FDDC is #970223. Grayscale: #CCCCCC. Windows color (decimal): -9896484 or 14482792. OLE color: 14482792.

HSL color Cylindrical-coordinate representation of color #68FDDC: hue angle of 166.71º degrees, saturation: 0.97, 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 #68FDDC is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 253 220 -
CMYK 0.59 0 0.13 0.01
HSL 166.71º 0.97% 0.7% -
HSV(B) 166.71º 0.59% 0.99% -
XYZ 53.75 78.36 80 -
YUV 204.69 136.64 56.18 -
System Red Green Blue C M Y K H S L
Decimal 104 253 220 0.59 0 0.13 0.01 166.71 0.97 0.7
Hex 68 FD DC 3B 0 D 1 A7 61 46
Octal 150 375 334 73 0 15 1 247 141 106
Binary 1101000 11111101 11011100 111011 0 1101 1 10100111 1100001 1000110

Color Harmonies of #68FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FDDC

Black with #68FDDC

Text Example


Text Example

White with #68FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,253,220); }

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

background-color css

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

 a { background-color: rgb(104,253,220); }

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

border-color css

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

 span { border-color: rgb(104,253,220); }

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