Html Css Color HEX #6ACCB2 Medium Aquamarine

📋 copy color: '#6ACCB2'

red 106 ◦ green 204 ◦ blue 178

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

Shades of Medium Aquamarine #6ACCB2

Tints of Medium Aquamarine #6ACCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 21.72%
G = 41.8%
B = 36.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#6ACCB2 (or 0x6ACCB2) is known color: Medium Aquamarine. HEX triplet: 6A, CC and B2. RGB value is (106,204,178). Sum of RGB (Red+Green+Blue) = 106+204+178=488 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.72% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACCB2 is #95334D. Grayscale: #ABABAB. Windows color (decimal): -9777998 or 11717738. OLE color: 11717738.

HSL color Cylindrical-coordinate representation of color #6ACCB2: hue angle of 164.08º degrees, saturation: 0.49, 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 #6ACCB2 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 204 178 -
CMYK 0.48 0 0.13 0.2
HSL 164.08º 0.49% 0.61% -
HSV(B) 164.08º 0.48% 0.8% -
XYZ 35.57 49.46 49.79 -
YUV 171.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 106 204 178 0.48 0 0.13 0.2 164.08 0.49 0.61
Hex 6A CC B2 30 0 D 14 A4 31 3D
Octal 152 314 262 60 0 15 24 244 61 75
Binary 1101010 11001100 10110010 110000 0 1101 10100 10100100 110001 111101

Color Harmonies of #6ACCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACCB2

Black with #6ACCB2

Text Example


Text Example

White with #6ACCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,204,178); }

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

background-color css

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

 a { background-color: rgb(106,204,178); }

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

border-color css

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

 span { border-color: rgb(106,204,178); }

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