Html Css Color HEX #68CBA1 Medium Aquamarine

📋 copy color: '#68CBA1'

red 104 ◦ green 203 ◦ blue 161

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

Shades of Medium Aquamarine #68CBA1

Tints of Medium Aquamarine #68CBA1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 161 (63.28% from 255) = 34.4%

R = 22.22%
G = 43.38%
B = 34.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#68CBA1 (or 0x68CBA1) is known color: Medium Aquamarine. HEX triplet: 68, CB and A1. RGB value is (104,203,161). Sum of RGB (Red+Green+Blue) = 104+203+161=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #68CBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CBA1 is #97345E. Grayscale: #A8A8A8. Windows color (decimal): -9909343 or 10603368. OLE color: 10603368.

HSL color Cylindrical-coordinate representation of color #68CBA1: hue angle of 154.55º degrees, saturation: 0.49, 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 #68CBA1 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 203 161 -
CMYK 0.49 0 0.21 0.20
HSL 154.55º 0.49% 0.6% -
HSV(B) 154.55º 0.49% 0.8% -
XYZ 33.5 48.23 41.26 -
YUV 168.61 123.7 81.92 -
System Red Green Blue C M Y K H S L
Decimal 104 203 161 0.49 0 0.21 0.20 154.55 0.49 0.6
Hex 68 CB A1 31 0 15 14 9B 31 3C
Octal 150 313 241 61 0 25 24 233 61 74
Binary 1101000 11001011 10100001 110001 0 10101 10100 10011011 110001 111100

Color Harmonies of #68CBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CBA1

Black with #68CBA1

Text Example


Text Example

White with #68CBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,203,161); }

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

background-color css

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

 a { background-color: rgb(104,203,161); }

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

border-color css

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

 span { border-color: rgb(104,203,161); }

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