Html Css Color HEX #68FAD3 Aquamarine

📋 copy color: '#68FAD3'

red 104 ◦ green 250 ◦ blue 211

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

Shades of Aquamarine #68FAD3

Tints of Aquamarine #68FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.35%

R = 18.41%
G = 44.25%
B = 37.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#68FAD3 (or 0x68FAD3) is known color: Aquamarine. HEX triplet: 68, FA and D3. RGB value is (104,250,211). Sum of RGB (Red+Green+Blue) = 104+250+211=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 211 (82.81% from 255 or 37.35% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAD3 is #97052C. Grayscale: #C9C9C9. Windows color (decimal): -9897261 or 13892200. OLE color: 13892200.

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

Color convert

RGB 104 250 211 -
CMYK 0.58 0 0.16 0.02
HSL 163.97º 0.94% 0.69% -
HSV(B) 163.97º 0.58% 0.98% -
XYZ 51.65 76.02 73.58 -
YUV 201.9 133.13 58.17 -
System Red Green Blue C M Y K H S L
Decimal 104 250 211 0.58 0 0.16 0.02 163.97 0.94 0.69
Hex 68 FA D3 3A 0 10 2 A4 5E 45
Octal 150 372 323 72 0 20 2 244 136 105
Binary 1101000 11111010 11010011 111010 0 10000 10 10100100 1011110 1000101

Color Harmonies of #68FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAD3

Black with #68FAD3

Text Example


Text Example

White with #68FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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