Html Css Color HEX #68F0B1 Medium Aquamarine

📋 copy color: '#68F0B1'

red 104 ◦ green 240 ◦ blue 177

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

Shades of Medium Aquamarine #68F0B1

Tints of Medium Aquamarine #68F0B1

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.07%

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

R = 19.96%
G = 46.07%
B = 33.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#68F0B1 (or 0x68F0B1) is known color: Medium Aquamarine. HEX triplet: 68, F0 and B1. RGB value is (104,240,177). Sum of RGB (Red+Green+Blue) = 104+240+177=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F0B1 is #970F4E. Grayscale: #C0C0C0. Windows color (decimal): -9899855 or 11661416. OLE color: 11661416.

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

Color convert

RGB 104 240 177 -
CMYK 0.57 0 0.26 0.06
HSL 152.21º 0.82% 0.67% -
HSV(B) 152.21º 0.57% 0.94% -
XYZ 44.8 68.44 52.44 -
YUV 192.15 119.44 65.12 -
System Red Green Blue C M Y K H S L
Decimal 104 240 177 0.57 0 0.26 0.06 152.21 0.82 0.67
Hex 68 F0 B1 39 0 1A 6 98 52 43
Octal 150 360 261 71 0 32 6 230 122 103
Binary 1101000 11110000 10110001 111001 0 11010 110 10011000 1010010 1000011

Color Harmonies of #68F0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F0B1

Black with #68F0B1

Text Example


Text Example

White with #68F0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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