Html Css Color HEX #68CFA8 Medium Aquamarine

📋 copy color: '#68CFA8'

red 104 ◦ green 207 ◦ blue 168

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

Shades of Medium Aquamarine #68CFA8

Tints of Medium Aquamarine #68CFA8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

 BLUE value IS 168 (66.02% from 255) = 35.07%

R = 21.71%
G = 43.22%
B = 35.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#68CFA8 (or 0x68CFA8) is known color: Medium Aquamarine. HEX triplet: 68, CF and A8. RGB value is (104,207,168). Sum of RGB (Red+Green+Blue) = 104+207+168=479 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.71% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFA8 is #973057. Grayscale: #ABABAB. Windows color (decimal): -9908312 or 11063144. OLE color: 11063144.

HSL color Cylindrical-coordinate representation of color #68CFA8: hue angle of 157.28º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFA8 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 207 168 -
CMYK 0.50 0 0.19 0.19
HSL 157.28º 0.52% 0.61% -
HSV(B) 157.28º 0.5% 0.81% -
XYZ 35.09 50.4 44.92 -
YUV 171.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 104 207 168 0.50 0 0.19 0.19 157.28 0.52 0.61
Hex 68 CF A8 32 0 13 13 9D 34 3D
Octal 150 317 250 62 0 23 23 235 64 75
Binary 1101000 11001111 10101000 110010 0 10011 10011 10011101 110100 111101

Color Harmonies of #68CFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFA8

Black with #68CFA8

Text Example


Text Example

White with #68CFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,207,168); }

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

background-color css

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

 a { background-color: rgb(104,207,168); }

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

border-color css

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

 span { border-color: rgb(104,207,168); }

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