Html Css Color HEX #6ACDA2 Medium Aquamarine

📋 copy color: '#6ACDA2'

red 106 ◦ green 205 ◦ blue 162

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

Shades of Medium Aquamarine #6ACDA2

Tints of Medium Aquamarine #6ACDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

 BLUE value IS 162 (63.67% from 255) = 34.25%

R = 22.41%
G = 43.34%
B = 34.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#6ACDA2 (or 0x6ACDA2) is known color: Medium Aquamarine. HEX triplet: 6A, CD and A2. RGB value is (106,205,162). Sum of RGB (Red+Green+Blue) = 106+205+162=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDA2 is #95325D. Grayscale: #AAAAAA. Windows color (decimal): -9777758 or 10669418. OLE color: 10669418.

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

Color convert

RGB 106 205 162 -
CMYK 0.48 0 0.21 0.20
HSL 153.94º 0.5% 0.61% -
HSV(B) 153.94º 0.48% 0.8% -
XYZ 34.3 49.34 41.9 -
YUV 170.5 123.2 82 -
System Red Green Blue C M Y K H S L
Decimal 106 205 162 0.48 0 0.21 0.20 153.94 0.5 0.61
Hex 6A CD A2 30 0 15 14 9A 32 3D
Octal 152 315 242 60 0 25 24 232 62 75
Binary 1101010 11001101 10100010 110000 0 10101 10100 10011010 110010 111101

Color Harmonies of #6ACDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDA2

Black with #6ACDA2

Text Example


Text Example

White with #6ACDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,205,162); }

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

background-color css

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

 a { background-color: rgb(106,205,162); }

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

border-color css

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

 span { border-color: rgb(106,205,162); }

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