Html Css Color HEX #68D7AF Medium Aquamarine

📋 copy color: '#68D7AF'

red 104 ◦ green 215 ◦ blue 175

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

Shades of Medium Aquamarine #68D7AF

Tints of Medium Aquamarine #68D7AF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

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

R = 21.05%
G = 43.52%
B = 35.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#68D7AF (or 0x68D7AF) is known color: Medium Aquamarine. HEX triplet: 68, D7 and AF. RGB value is (104,215,175). Sum of RGB (Red+Green+Blue) = 104+215+175=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #68D7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D7AF is #972850. Grayscale: #B1B1B1. Windows color (decimal): -9906257 or 11523944. OLE color: 11523944.

HSL color Cylindrical-coordinate representation of color #68D7AF: hue angle of 158.38º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D7AF is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 215 175 -
CMYK 0.52 0 0.19 0.16
HSL 158.38º 0.58% 0.63% -
HSV(B) 158.38º 0.52% 0.84% -
XYZ 37.75 54.64 49.11 -
YUV 177.25 126.73 75.75 -
System Red Green Blue C M Y K H S L
Decimal 104 215 175 0.52 0 0.19 0.16 158.38 0.58 0.63
Hex 68 D7 AF 34 0 13 10 9E 3A 3F
Octal 150 327 257 64 0 23 20 236 72 77
Binary 1101000 11010111 10101111 110100 0 10011 10000 10011110 111010 111111

Color Harmonies of #68D7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68D7AF

Black with #68D7AF

Text Example


Text Example

White with #68D7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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