Html Css Color HEX #68EFB1 Medium Aquamarine

📋 copy color: '#68EFB1'

red 104 ◦ green 239 ◦ blue 177

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

Shades of Medium Aquamarine #68EFB1

Tints of Medium Aquamarine #68EFB1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.96%

 BLUE value IS 177 (69.53% from 255) = 34.04%

R = 20%
G = 45.96%
B = 34.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#68EFB1 (or 0x68EFB1) is known color: Medium Aquamarine. HEX triplet: 68, EF and B1. RGB value is (104,239,177). Sum of RGB (Red+Green+Blue) = 104+239+177=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EFB1 is #97104E. Grayscale: #BFBFBF. Windows color (decimal): -9900111 or 11661160. OLE color: 11661160.

HSL color Cylindrical-coordinate representation of color #68EFB1: hue angle of 152.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFB1 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 239 177 -
CMYK 0.56 0 0.26 0.06
HSL 152.44º 0.81% 0.67% -
HSV(B) 152.44º 0.56% 0.94% -
XYZ 44.51 67.85 52.35 -
YUV 191.57 119.77 65.54 -
System Red Green Blue C M Y K H S L
Decimal 104 239 177 0.56 0 0.26 0.06 152.44 0.81 0.67
Hex 68 EF B1 38 0 1A 6 98 51 43
Octal 150 357 261 70 0 32 6 230 121 103
Binary 1101000 11101111 10110001 111000 0 11010 110 10011000 1010001 1000011

Color Harmonies of #68EFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFB1

Black with #68EFB1

Text Example


Text Example

White with #68EFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,239,177); }

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

background-color css

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

 a { background-color: rgb(104,239,177); }

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

border-color css

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

 span { border-color: rgb(104,239,177); }

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