Html Css Color HEX #68F5CD Aquamarine

📋 copy color: '#68F5CD'

red 104 ◦ green 245 ◦ blue 205

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

Shades of Aquamarine #68F5CD

Tints of Aquamarine #68F5CD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.22%

 BLUE value IS 205 (80.47% from 255) = 37%

R = 18.77%
G = 44.22%
B = 37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#68F5CD (or 0x68F5CD) is known color: Aquamarine. HEX triplet: 68, F5 and CD. RGB value is (104,245,205). Sum of RGB (Red+Green+Blue) = 104+245+205=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5CD is #970A32. Grayscale: #C6C6C6. Windows color (decimal): -9898547 or 13497704. OLE color: 13497704.

HSL color Cylindrical-coordinate representation of color #68F5CD: hue angle of 162.98º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5CD is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 245 205 -
CMYK 0.58 0 0.16 0.04
HSL 162.98º 0.88% 0.68% -
HSV(B) 162.98º 0.58% 0.96% -
XYZ 49.38 72.66 69.18 -
YUV 198.28 131.79 60.75 -
System Red Green Blue C M Y K H S L
Decimal 104 245 205 0.58 0 0.16 0.04 162.98 0.88 0.68
Hex 68 F5 CD 3A 0 10 4 A3 58 44
Octal 150 365 315 72 0 20 4 243 130 104
Binary 1101000 11110101 11001101 111010 0 10000 100 10100011 1011000 1000100

Color Harmonies of #68F5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F5CD

Black with #68F5CD

Text Example


Text Example

White with #68F5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,245,205); }

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

background-color css

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

 a { background-color: rgb(104,245,205); }

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

border-color css

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

 span { border-color: rgb(104,245,205); }

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