Html Css Color HEX #68FAE2 Aquamarine

📋 copy color: '#68FAE2'

red 104 ◦ green 250 ◦ blue 226

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

Shades of Aquamarine #68FAE2

Tints of Aquamarine #68FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.97%

R = 17.93%
G = 43.1%
B = 38.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#68FAE2 (or 0x68FAE2) is known color: Aquamarine. HEX triplet: 68, FA and E2. RGB value is (104,250,226). Sum of RGB (Red+Green+Blue) = 104+250+226=580 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.93% from 580); Green value is 250 (98.05% from 255 or 43.10% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAE2 is #97051D. Grayscale: #CBCBCB. Windows color (decimal): -9897246 or 14875240. OLE color: 14875240.

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

Color convert

RGB 104 250 226 -
CMYK 0.58 0 0.10 0.02
HSL 170.14º 0.94% 0.69% -
HSV(B) 170.14º 0.58% 0.98% -
XYZ 53.62 76.81 83.95 -
YUV 203.61 140.63 56.95 -
System Red Green Blue C M Y K H S L
Decimal 104 250 226 0.58 0 0.10 0.02 170.14 0.94 0.69
Hex 68 FA E2 3A 0 A 2 AA 5E 45
Octal 150 372 342 72 0 12 2 252 136 105
Binary 1101000 11111010 11100010 111010 0 1010 10 10101010 1011110 1000101

Color Harmonies of #68FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAE2

Black with #68FAE2

Text Example


Text Example

White with #68FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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