Html Css Color HEX #68FACA Aquamarine

📋 copy color: '#68FACA'

red 104 ◦ green 250 ◦ blue 202

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

Shades of Aquamarine #68FACA

Tints of Aquamarine #68FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 18.71%
G = 44.96%
B = 36.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#68FACA (or 0x68FACA) is known color: Aquamarine. HEX triplet: 68, FA and CA. RGB value is (104,250,202). Sum of RGB (Red+Green+Blue) = 104+250+202=556 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.71% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #68FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FACA is #970535. Grayscale: #C8C8C8. Windows color (decimal): -9897270 or 13302376. OLE color: 13302376.

HSL color Cylindrical-coordinate representation of color #68FACA: hue angle of 160.27º 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 #68FACA is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 104 250 202 -
CMYK 0.58 0 0.19 0.02
HSL 160.27º 0.94% 0.69% -
HSV(B) 160.27º 0.58% 0.98% -
XYZ 50.56 75.58 67.8 -
YUV 200.87 128.63 58.9 -
System Red Green Blue C M Y K H S L
Decimal 104 250 202 0.58 0 0.19 0.02 160.27 0.94 0.69
Hex 68 FA CA 3A 0 13 2 A0 5E 45
Octal 150 372 312 72 0 23 2 240 136 105
Binary 1101000 11111010 11001010 111010 0 10011 10 10100000 1011110 1000101

Color Harmonies of #68FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FACA

Black with #68FACA

Text Example


Text Example

White with #68FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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