Html Css Color HEX #68EDB4 Medium Aquamarine

📋 copy color: '#68EDB4'

red 104 ◦ green 237 ◦ blue 180

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

Shades of Medium Aquamarine #68EDB4

Tints of Medium Aquamarine #68EDB4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

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

R = 19.96%
G = 45.49%
B = 34.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#68EDB4 (or 0x68EDB4) is known color: Medium Aquamarine. HEX triplet: 68, ED and B4. RGB value is (104,237,180). Sum of RGB (Red+Green+Blue) = 104+237+180=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDB4 is #97124B. Grayscale: #BEBEBE. Windows color (decimal): -9900620 or 11857256. OLE color: 11857256.

HSL color Cylindrical-coordinate representation of color #68EDB4: hue angle of 154.29º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EDB4 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 237 180 -
CMYK 0.56 0 0.24 0.07
HSL 154.29º 0.79% 0.67% -
HSV(B) 154.29º 0.56% 0.93% -
XYZ 44.23 66.81 53.74 -
YUV 190.74 121.94 66.13 -
System Red Green Blue C M Y K H S L
Decimal 104 237 180 0.56 0 0.24 0.07 154.29 0.79 0.67
Hex 68 ED B4 38 0 18 7 9A 4F 43
Octal 150 355 264 70 0 30 7 232 117 103
Binary 1101000 11101101 10110100 111000 0 11000 111 10011010 1001111 1000011

Color Harmonies of #68EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EDB4

Black with #68EDB4

Text Example


Text Example

White with #68EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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