Html Css Color HEX #68FEB5 Aquamarine

📋 copy color: '#68FEB5'

red 104 ◦ green 254 ◦ blue 181

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

Shades of Aquamarine #68FEB5

Tints of Aquamarine #68FEB5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.12%

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

R = 19.29%
G = 47.12%
B = 33.58%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#68FEB5 (or 0x68FEB5) is known color: Aquamarine. HEX triplet: 68, FE and B5. RGB value is (104,254,181). Sum of RGB (Red+Green+Blue) = 104+254+181=539 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.29% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 181 (71.09% from 255 or 33.58% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FEB5 is #97014A. Grayscale: #C8C8C8. Windows color (decimal): -9896267 or 11927144. OLE color: 11927144.

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

Color convert

RGB 104 254 181 -
CMYK 0.59 0 0.29 0.00
HSL 150.8º 0.99% 0.7% -
HSV(B) 150.8º 0.59% 1% -
XYZ 49.49 77.16 56 -
YUV 200.83 116.81 58.94 -
System Red Green Blue C M Y K H S L
Decimal 104 254 181 0.59 0 0.29 0.00 150.8 0.99 0.7
Hex 68 FE B5 3B 0 1D 0 97 63 46
Octal 150 376 265 73 0 35 0 227 143 106
Binary 1101000 11111110 10110101 111011 0 11101 0 10010111 1100011 1000110

Color Harmonies of #68FEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEB5

Black with #68FEB5

Text Example


Text Example

White with #68FEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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