Html Css Color HEX #68E6B4 Medium Aquamarine

📋 copy color: '#68E6B4'

red 104 ◦ green 230 ◦ blue 180

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

Shades of Medium Aquamarine #68E6B4

Tints of Medium Aquamarine #68E6B4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.75%

 BLUE value IS 180 (70.7% from 255) = 35.02%

R = 20.23%
G = 44.75%
B = 35.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#68E6B4 (or 0x68E6B4) is known color: Medium Aquamarine. HEX triplet: 68, E6 and B4. RGB value is (104,230,180). Sum of RGB (Red+Green+Blue) = 104+230+180=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E6B4 is #97194B. Grayscale: #BABABA. Windows color (decimal): -9902412 or 11855464. OLE color: 11855464.

HSL color Cylindrical-coordinate representation of color #68E6B4: hue angle of 156.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E6B4 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 230 180 -
CMYK 0.55 0 0.22 0.10
HSL 156.19º 0.72% 0.65% -
HSV(B) 156.19º 0.55% 0.9% -
XYZ 42.24 62.83 53.08 -
YUV 186.63 124.26 69.07 -
System Red Green Blue C M Y K H S L
Decimal 104 230 180 0.55 0 0.22 0.10 156.19 0.72 0.65
Hex 68 E6 B4 37 0 16 A 9C 48 41
Octal 150 346 264 67 0 26 12 234 110 101
Binary 1101000 11100110 10110100 110111 0 10110 1010 10011100 1001000 1000001

Color Harmonies of #68E6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E6B4

Black with #68E6B4

Text Example


Text Example

White with #68E6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,230,180); }

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

background-color css

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

 a { background-color: rgb(104,230,180); }

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

border-color css

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

 span { border-color: rgb(104,230,180); }

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