Html Css Color HEX #68CFA7 Medium Aquamarine

📋 copy color: '#68CFA7'

red 104 ◦ green 207 ◦ blue 167

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

Shades of Medium Aquamarine #68CFA7

Tints of Medium Aquamarine #68CFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.94%

R = 21.76%
G = 43.31%
B = 34.94%

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

#68CFA7 (or 0x68CFA7) is known color: Medium Aquamarine. HEX triplet: 68, CF and A7. RGB value is (104,207,167). Sum of RGB (Red+Green+Blue) = 104+207+167=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFA7 is #973058. Grayscale: #ABABAB. Windows color (decimal): -9908313 or 10997608. OLE color: 10997608.

HSL color Cylindrical-coordinate representation of color #68CFA7: hue angle of 156.7º 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 #68CFA7 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 207 167 -
CMYK 0.50 0 0.19 0.19
HSL 156.7º 0.52% 0.61% -
HSV(B) 156.7º 0.5% 0.81% -
XYZ 35 50.36 44.43 -
YUV 171.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 104 207 167 0.50 0 0.19 0.19 156.7 0.52 0.61
Hex 68 CF A7 32 0 13 13 9D 34 3D
Octal 150 317 247 62 0 23 23 235 64 75
Binary 1101000 11001111 10100111 110010 0 10011 10011 10011101 110100 111101

Color Harmonies of #68CFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFA7

Black with #68CFA7

Text Example


Text Example

White with #68CFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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