Html Css Color HEX #68ECD5 Aquamarine

📋 copy color: '#68ECD5'

red 104 ◦ green 236 ◦ blue 213

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

Shades of Aquamarine #68ECD5

Tints of Aquamarine #68ECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.68%

 BLUE value IS 213 (83.59% from 255) = 38.52%

R = 18.81%
G = 42.68%
B = 38.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#68ECD5 (or 0x68ECD5) is known color: Aquamarine. HEX triplet: 68, EC and D5. RGB value is (104,236,213). Sum of RGB (Red+Green+Blue) = 104+236+213=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECD5 is #97132A. Grayscale: #C1C1C1. Windows color (decimal): -9900843 or 14019688. OLE color: 14019688.

HSL color Cylindrical-coordinate representation of color #68ECD5: hue angle of 169.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ECD5 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 236 213 -
CMYK 0.56 0 0.10 0.07
HSL 169.55º 0.78% 0.67% -
HSV(B) 169.55º 0.56% 0.93% -
XYZ 47.71 67.74 73.51 -
YUV 193.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 104 236 213 0.56 0 0.10 0.07 169.55 0.78 0.67
Hex 68 EC D5 38 0 A 7 AA 4E 43
Octal 150 354 325 70 0 12 7 252 116 103
Binary 1101000 11101100 11010101 111000 0 1010 111 10101010 1001110 1000011

Color Harmonies of #68ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECD5

Black with #68ECD5

Text Example


Text Example

White with #68ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,236,213); }

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

background-color css

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

 a { background-color: rgb(104,236,213); }

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

border-color css

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

 span { border-color: rgb(104,236,213); }

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