Html Css Color HEX #6ACBA6 Medium Aquamarine

📋 copy color: '#6ACBA6'

red 106 ◦ green 203 ◦ blue 166

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

Shades of Medium Aquamarine #6ACBA6

Tints of Medium Aquamarine #6ACBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.95%

R = 22.32%
G = 42.74%
B = 34.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#6ACBA6 (or 0x6ACBA6) is known color: Medium Aquamarine. HEX triplet: 6A, CB and A6. RGB value is (106,203,166). Sum of RGB (Red+Green+Blue) = 106+203+166=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACBA6 is #953459. Grayscale: #A9A9A9. Windows color (decimal): -9778266 or 10931050. OLE color: 10931050.

HSL color Cylindrical-coordinate representation of color #6ACBA6: hue angle of 157.11º 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 #6ACBA6 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 203 166 -
CMYK 0.48 0 0.18 0.20
HSL 157.11º 0.48% 0.61% -
HSV(B) 157.11º 0.48% 0.8% -
XYZ 34.18 48.53 43.64 -
YUV 169.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 106 203 166 0.48 0 0.18 0.20 157.11 0.48 0.61
Hex 6A CB A6 30 0 12 14 9D 30 3D
Octal 152 313 246 60 0 22 24 235 60 75
Binary 1101010 11001011 10100110 110000 0 10010 10100 10011101 110000 111101

Color Harmonies of #6ACBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACBA6

Black with #6ACBA6

Text Example


Text Example

White with #6ACBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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