Html Css Color HEX #68FAC8 Aquamarine

📋 copy color: '#68FAC8'

red 104 ◦ green 250 ◦ blue 200

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

Shades of Aquamarine #68FAC8

Tints of Aquamarine #68FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 18.77%
G = 45.13%
B = 36.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#68FAC8 (or 0x68FAC8) is known color: Aquamarine. HEX triplet: 68, FA and C8. RGB value is (104,250,200). Sum of RGB (Red+Green+Blue) = 104+250+200=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAC8 is #970537. Grayscale: #C8C8C8. Windows color (decimal): -9897272 or 13171304. OLE color: 13171304.

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

Color convert

RGB 104 250 200 -
CMYK 0.58 0 0.2 0.02
HSL 159.45º 0.94% 0.69% -
HSV(B) 159.45º 0.58% 0.98% -
XYZ 50.32 75.48 66.56 -
YUV 200.65 127.63 59.07 -
System Red Green Blue C M Y K H S L
Decimal 104 250 200 0.58 0 0.2 0.02 159.45 0.94 0.69
Hex 68 FA C8 3A 0 14 2 9F 5E 45
Octal 150 372 310 72 0 24 2 237 136 105
Binary 1101000 11111010 11001000 111010 0 10100 10 10011111 1011110 1000101

Color Harmonies of #68FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAC8

Black with #68FAC8

Text Example


Text Example

White with #68FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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