Html Css Color HEX #68F9BE Aquamarine

📋 copy color: '#68F9BE'

red 104 ◦ green 249 ◦ blue 190

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

Shades of Aquamarine #68F9BE

Tints of Aquamarine #68F9BE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.86%

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 19.15%
G = 45.86%
B = 34.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#68F9BE (or 0x68F9BE) is known color: Aquamarine. HEX triplet: 68, F9 and BE. RGB value is (104,249,190). Sum of RGB (Red+Green+Blue) = 104+249+190=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #68F9BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F9BE is #970641. Grayscale: #C7C7C7. Windows color (decimal): -9897538 or 12515688. OLE color: 12515688.

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

Color convert

RGB 104 249 190 -
CMYK 0.58 0 0.24 0.02
HSL 155.59º 0.92% 0.69% -
HSV(B) 155.59º 0.58% 0.98% -
XYZ 48.88 74.41 60.5 -
YUV 198.92 122.96 60.3 -
System Red Green Blue C M Y K H S L
Decimal 104 249 190 0.58 0 0.24 0.02 155.59 0.92 0.69
Hex 68 F9 BE 3A 0 18 2 9C 5C 45
Octal 150 371 276 72 0 30 2 234 134 105
Binary 1101000 11111001 10111110 111010 0 11000 10 10011100 1011100 1000101

Color Harmonies of #68F9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F9BE

Black with #68F9BE

Text Example


Text Example

White with #68F9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,249,190); }

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

background-color css

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

 a { background-color: rgb(104,249,190); }

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

border-color css

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

 span { border-color: rgb(104,249,190); }

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