Html Css Color HEX #68CCAF Medium Aquamarine

📋 copy color: '#68CCAF'

red 104 ◦ green 204 ◦ blue 175

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

Shades of Medium Aquamarine #68CCAF

Tints of Medium Aquamarine #68CCAF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.24%

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

R = 21.53%
G = 42.24%
B = 36.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#68CCAF (or 0x68CCAF) is known color: Medium Aquamarine. HEX triplet: 68, CC and AF. RGB value is (104,204,175). Sum of RGB (Red+Green+Blue) = 104+204+175=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #68CCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CCAF is #973350. Grayscale: #AAAAAA. Windows color (decimal): -9909073 or 11521128. OLE color: 11521128.

HSL color Cylindrical-coordinate representation of color #68CCAF: hue angle of 162.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CCAF is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 204 175 -
CMYK 0.49 0 0.14 0.2
HSL 162.6º 0.5% 0.6% -
HSV(B) 162.6º 0.49% 0.8% -
XYZ 35.04 49.22 48.21 -
YUV 170.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 104 204 175 0.49 0 0.14 0.2 162.6 0.5 0.6
Hex 68 CC AF 31 0 E 14 A3 32 3C
Octal 150 314 257 61 0 16 24 243 62 74
Binary 1101000 11001100 10101111 110001 0 1110 10100 10100011 110010 111100

Color Harmonies of #68CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CCAF

Black with #68CCAF

Text Example


Text Example

White with #68CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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