Html Css Color HEX #68FDB0 Aquamarine

📋 copy color: '#68FDB0'

red 104 ◦ green 253 ◦ blue 176

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

Shades of Aquamarine #68FDB0

Tints of Aquamarine #68FDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.47%

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 19.51%
G = 47.47%
B = 33.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#68FDB0 (or 0x68FDB0) is known color: Aquamarine. HEX triplet: 68, FD and B0. RGB value is (104,253,176). Sum of RGB (Red+Green+Blue) = 104+253+176=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #68FDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68FDB0 is #97024F. Grayscale: #C7C7C7. Windows color (decimal): -9896528 or 11599208. OLE color: 11599208.

HSL color Cylindrical-coordinate representation of color #68FDB0: hue angle of 148.99º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FDB0 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 253 176 -
CMYK 0.59 0 0.30 0.01
HSL 148.99º 0.97% 0.7% -
HSV(B) 148.99º 0.59% 0.99% -
XYZ 48.67 76.33 53.24 -
YUV 199.67 114.64 59.76 -
System Red Green Blue C M Y K H S L
Decimal 104 253 176 0.59 0 0.30 0.01 148.99 0.97 0.7
Hex 68 FD B0 3B 0 1E 1 95 61 46
Octal 150 375 260 73 0 36 1 225 141 106
Binary 1101000 11111101 10110000 111011 0 11110 1 10010101 1100001 1000110

Color Harmonies of #68FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FDB0

Black with #68FDB0

Text Example


Text Example

White with #68FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,253,176); }

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

background-color css

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

 a { background-color: rgb(104,253,176); }

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

border-color css

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

 span { border-color: rgb(104,253,176); }

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