Html Css Color HEX #68FACD Aquamarine

📋 copy color: '#68FACD'

red 104 ◦ green 250 ◦ blue 205

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

Shades of Aquamarine #68FACD

Tints of Aquamarine #68FACD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.72%

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

R = 18.6%
G = 44.72%
B = 36.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#68FACD (or 0x68FACD) is known color: Aquamarine. HEX triplet: 68, FA and CD. RGB value is (104,250,205). Sum of RGB (Red+Green+Blue) = 104+250+205=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #68FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FACD is #970532. Grayscale: #C9C9C9. Windows color (decimal): -9897267 or 13498984. OLE color: 13498984.

HSL color Cylindrical-coordinate representation of color #68FACD: hue angle of 161.51º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68FACD is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 250 205 -
CMYK 0.58 0 0.18 0.02
HSL 161.51º 0.94% 0.69% -
HSV(B) 161.51º 0.58% 0.98% -
XYZ 50.91 75.72 69.69 -
YUV 201.22 130.13 58.66 -
System Red Green Blue C M Y K H S L
Decimal 104 250 205 0.58 0 0.18 0.02 161.51 0.94 0.69
Hex 68 FA CD 3A 0 12 2 A2 5E 45
Octal 150 372 315 72 0 22 2 242 136 105
Binary 1101000 11111010 11001101 111010 0 10010 10 10100010 1011110 1000101

Color Harmonies of #68FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FACD

Black with #68FACD

Text Example


Text Example

White with #68FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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