Html Css Color HEX #6ACBAC Medium Aquamarine

📋 copy color: '#6ACBAC'

red 106 ◦ green 203 ◦ blue 172

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

Shades of Medium Aquamarine #6ACBAC

Tints of Medium Aquamarine #6ACBAC

RGB

 RED value IS 106 (41.8% from 255) = 22.04%

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

 BLUE value IS 172 (67.58% from 255) = 35.76%

R = 22.04%
G = 42.2%
B = 35.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#6ACBAC (or 0x6ACBAC) is known color: Medium Aquamarine. HEX triplet: 6A, CB and AC. RGB value is (106,203,172). Sum of RGB (Red+Green+Blue) = 106+203+172=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACBAC is #953453. Grayscale: #AAAAAA. Windows color (decimal): -9778260 or 11324266. OLE color: 11324266.

HSL color Cylindrical-coordinate representation of color #6ACBAC: hue angle of 160.82º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACBAC is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 203 172 -
CMYK 0.48 0 0.15 0.20
HSL 160.82º 0.48% 0.61% -
HSV(B) 160.82º 0.48% 0.8% -
XYZ 34.75 48.75 46.61 -
YUV 170.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 106 203 172 0.48 0 0.15 0.20 160.82 0.48 0.61
Hex 6A CB AC 30 0 F 14 A1 30 3D
Octal 152 313 254 60 0 17 24 241 60 75
Binary 1101010 11001011 10101100 110000 0 1111 10100 10100001 110000 111101

Color Harmonies of #6ACBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACBAC

Black with #6ACBAC

Text Example


Text Example

White with #6ACBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ACBAC; }

 p { color: rgb(106,203,172); }

 H1.HeaderClassName
 {
   color: #6ACBAC;
 }
 .AnyTagClassName
 {
   color: #6ACBAC;
 }
</style>

background-color css

<style>
 a { background-color: #6ACBAC; }

 a { background-color: rgb(106,203,172); }

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

border-color css

<style>
 span { border-color: #6ACBAC; }

 span { border-color: rgb(106,203,172); }

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