Html Css Color HEX #68D5AF Medium Aquamarine

📋 copy color: '#68D5AF'

red 104 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #68D5AF

Tints of Medium Aquamarine #68D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.29%

 BLUE value IS 175 (68.75% from 255) = 35.57%

R = 21.14%
G = 43.29%
B = 35.57%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#68D5AF (or 0x68D5AF) is known color: Medium Aquamarine. HEX triplet: 68, D5 and AF. RGB value is (104,213,175). Sum of RGB (Red+Green+Blue) = 104+213+175=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D5AF is #972A50. Grayscale: #B0B0B0. Windows color (decimal): -9906769 or 11523432. OLE color: 11523432.

HSL color Cylindrical-coordinate representation of color #68D5AF: hue angle of 159.08º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D5AF is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 213 175 -
CMYK 0.51 0 0.18 0.16
HSL 159.08º 0.56% 0.62% -
HSV(B) 159.08º 0.51% 0.84% -
XYZ 37.24 53.63 48.95 -
YUV 176.08 127.39 76.59 -
System Red Green Blue C M Y K H S L
Decimal 104 213 175 0.51 0 0.18 0.16 159.08 0.56 0.62
Hex 68 D5 AF 33 0 12 10 9F 38 3E
Octal 150 325 257 63 0 22 20 237 70 76
Binary 1101000 11010101 10101111 110011 0 10010 10000 10011111 111000 111110

Color Harmonies of #68D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D5AF

Black with #68D5AF

Text Example


Text Example

White with #68D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,213,175); }

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

background-color css

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

 a { background-color: rgb(104,213,175); }

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

border-color css

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

 span { border-color: rgb(104,213,175); }

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