Html Css Color HEX #6ACDAF Medium Aquamarine

📋 copy color: '#6ACDAF'

red 106 ◦ green 205 ◦ blue 175

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

Shades of Medium Aquamarine #6ACDAF

Tints of Medium Aquamarine #6ACDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 21.81%
G = 42.18%
B = 36.01%

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

#6ACDAF (or 0x6ACDAF) is known color: Medium Aquamarine. HEX triplet: 6A, CD and AF. RGB value is (106,205,175). Sum of RGB (Red+Green+Blue) = 106+205+175=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDAF is #953250. Grayscale: #ACACAC. Windows color (decimal): -9777745 or 11521386. OLE color: 11521386.

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

Color convert

RGB 106 205 175 -
CMYK 0.48 0 0.15 0.20
HSL 161.82º 0.5% 0.61% -
HSV(B) 161.82º 0.48% 0.8% -
XYZ 35.51 49.82 48.3 -
YUV 171.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 106 205 175 0.48 0 0.15 0.20 161.82 0.5 0.61
Hex 6A CD AF 30 0 F 14 A2 32 3D
Octal 152 315 257 60 0 17 24 242 62 75
Binary 1101010 11001101 10101111 110000 0 1111 10100 10100010 110010 111101

Color Harmonies of #6ACDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDAF

Black with #6ACDAF

Text Example


Text Example

White with #6ACDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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