Html Css Color HEX #68CFA0 Medium Aquamarine

📋 copy color: '#68CFA0'

red 104 ◦ green 207 ◦ blue 160

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

Shades of Medium Aquamarine #68CFA0

Tints of Medium Aquamarine #68CFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 22.08%
G = 43.95%
B = 33.97%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#68CFA0 (or 0x68CFA0) is known color: Medium Aquamarine. HEX triplet: 68, CF and A0. RGB value is (104,207,160). Sum of RGB (Red+Green+Blue) = 104+207+160=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFA0 is #97305F. Grayscale: #AAAAAA. Windows color (decimal): -9908320 or 10538856. OLE color: 10538856.

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

Color convert

RGB 104 207 160 -
CMYK 0.50 0 0.23 0.19
HSL 152.62º 0.52% 0.61% -
HSV(B) 152.62º 0.5% 0.81% -
XYZ 34.37 50.11 41.12 -
YUV 170.85 121.88 80.32 -
System Red Green Blue C M Y K H S L
Decimal 104 207 160 0.50 0 0.23 0.19 152.62 0.52 0.61
Hex 68 CF A0 32 0 17 13 99 34 3D
Octal 150 317 240 62 0 27 23 231 64 75
Binary 1101000 11001111 10100000 110010 0 10111 10011 10011001 110100 111101

Color Harmonies of #68CFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFA0

Black with #68CFA0

Text Example


Text Example

White with #68CFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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