Html Css Color HEX #68DEA5 Medium Aquamarine

📋 copy color: '#68DEA5'

red 104 ◦ green 222 ◦ blue 165

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

Shades of Medium Aquamarine #68DEA5

Tints of Medium Aquamarine #68DEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.21%

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 21.18%
G = 45.21%
B = 33.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#68DEA5 (or 0x68DEA5) is known color: Medium Aquamarine. HEX triplet: 68, DE and A5. RGB value is (104,222,165). Sum of RGB (Red+Green+Blue) = 104+222+165=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DEA5 is #97215A. Grayscale: #B4B4B4. Windows color (decimal): -9904475 or 10870376. OLE color: 10870376.

HSL color Cylindrical-coordinate representation of color #68DEA5: hue angle of 151.02º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DEA5 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 222 165 -
CMYK 0.53 0 0.26 0.13
HSL 151.02º 0.64% 0.64% -
HSV(B) 151.02º 0.53% 0.87% -
XYZ 38.62 57.9 44.74 -
YUV 180.22 119.41 73.63 -
System Red Green Blue C M Y K H S L
Decimal 104 222 165 0.53 0 0.26 0.13 151.02 0.64 0.64
Hex 68 DE A5 35 0 1A D 97 40 40
Octal 150 336 245 65 0 32 15 227 100 100
Binary 1101000 11011110 10100101 110101 0 11010 1101 10010111 1000000 1000000

Color Harmonies of #68DEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68DEA5

Black with #68DEA5

Text Example


Text Example

White with #68DEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,222,165); }

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

background-color css

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

 a { background-color: rgb(104,222,165); }

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

border-color css

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

 span { border-color: rgb(104,222,165); }

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