Html Css Color HEX #68FAB5 Aquamarine

📋 copy color: '#68FAB5'

red 104 ◦ green 250 ◦ blue 181

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

Shades of Aquamarine #68FAB5

Tints of Aquamarine #68FAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.83%

R = 19.44%
G = 46.73%
B = 33.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#68FAB5 (or 0x68FAB5) is known color: Aquamarine. HEX triplet: 68, FA and B5. RGB value is (104,250,181). Sum of RGB (Red+Green+Blue) = 104+250+181=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #68FAB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FAB5 is #97054A. Grayscale: #C6C6C6. Windows color (decimal): -9897291 or 11926120. OLE color: 11926120.

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

Color convert

RGB 104 250 181 -
CMYK 0.58 0 0.28 0.02
HSL 151.64º 0.94% 0.69% -
HSV(B) 151.64º 0.58% 0.98% -
XYZ 48.24 74.65 55.58 -
YUV 198.48 118.13 60.61 -
System Red Green Blue C M Y K H S L
Decimal 104 250 181 0.58 0 0.28 0.02 151.64 0.94 0.69
Hex 68 FA B5 3A 0 1C 2 98 5E 45
Octal 150 372 265 72 0 34 2 230 136 105
Binary 1101000 11111010 10110101 111010 0 11100 10 10011000 1011110 1000101

Color Harmonies of #68FAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FAB5

Black with #68FAB5

Text Example


Text Example

White with #68FAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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