Html Css Color HEX #68FAE0 Aquamarine

📋 copy color: '#68FAE0'

red 104 ◦ green 250 ◦ blue 224

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

Shades of Aquamarine #68FAE0

Tints of Aquamarine #68FAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 17.99%
G = 43.25%
B = 38.75%

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

#68FAE0 (or 0x68FAE0) is known color: Aquamarine. HEX triplet: 68, FA and E0. RGB value is (104,250,224). Sum of RGB (Red+Green+Blue) = 104+250+224=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAE0 is #97051F. Grayscale: #CBCBCB. Windows color (decimal): -9897248 or 14744168. OLE color: 14744168.

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

Color convert

RGB 104 250 224 -
CMYK 0.58 0 0.10 0.02
HSL 169.32º 0.94% 0.69% -
HSV(B) 169.32º 0.58% 0.98% -
XYZ 53.35 76.7 82.51 -
YUV 203.38 139.63 57.11 -
System Red Green Blue C M Y K H S L
Decimal 104 250 224 0.58 0 0.10 0.02 169.32 0.94 0.69
Hex 68 FA E0 3A 0 A 2 A9 5E 45
Octal 150 372 340 72 0 12 2 251 136 105
Binary 1101000 11111010 11100000 111010 0 1010 10 10101001 1011110 1000101

Color Harmonies of #68FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAE0

Black with #68FAE0

Text Example


Text Example

White with #68FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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