Html Css Color HEX #68F09B Medium Aquamarine

📋 copy color: '#68F09B'

red 104 ◦ green 240 ◦ blue 155

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

Shades of Medium Aquamarine #68F09B

Tints of Medium Aquamarine #68F09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.06%

R = 20.84%
G = 48.1%
B = 31.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#68F09B (or 0x68F09B) is known color: Medium Aquamarine. HEX triplet: 68, F0 and 9B. RGB value is (104,240,155). Sum of RGB (Red+Green+Blue) = 104+240+155=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #68F09B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F09B is #970F64. Grayscale: #BDBDBD. Windows color (decimal): -9899877 or 10219624. OLE color: 10219624.

HSL color Cylindrical-coordinate representation of color #68F09B: hue angle of 142.5º 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 #68F09B is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 155 -
CMYK 0.57 0 0.35 0.06
HSL 142.5º 0.82% 0.67% -
HSV(B) 142.5º 0.57% 0.94% -
XYZ 42.79 67.63 41.81 -
YUV 189.65 108.44 66.91 -
System Red Green Blue C M Y K H S L
Decimal 104 240 155 0.57 0 0.35 0.06 142.5 0.82 0.67
Hex 68 F0 9B 39 0 23 6 8E 52 43
Octal 150 360 233 71 0 43 6 216 122 103
Binary 1101000 11110000 10011011 111001 0 100011 110 10001110 1010010 1000011

Color Harmonies of #68F09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F09B

Black with #68F09B

Text Example


Text Example

White with #68F09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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