Html Css Color HEX #6BCAAA Medium Aquamarine

📋 copy color: '#6BCAAA'

red 107 ◦ green 202 ◦ blue 170

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

Shades of Medium Aquamarine #6BCAAA

Tints of Medium Aquamarine #6BCAAA

RGB

 RED value IS 107 (42.19% from 255) = 22.34%

 GREEN value IS 202 (79.3% from 255) = 42.17%

 BLUE value IS 170 (66.8% from 255) = 35.49%

R = 22.34%
G = 42.17%
B = 35.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#6BCAAA (or 0x6BCAAA) is known color: Medium Aquamarine. HEX triplet: 6B, CA and AA. RGB value is (107,202,170). Sum of RGB (Red+Green+Blue) = 107+202+170=479 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.34% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAAA is #943555. Grayscale: #A9A9A9. Windows color (decimal): -9712982 or 11192939. OLE color: 11192939.

HSL color Cylindrical-coordinate representation of color #6BCAAA: hue angle of 159.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCAAA is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 202 170 -
CMYK 0.47 0 0.16 0.21
HSL 159.79º 0.47% 0.61% -
HSV(B) 159.79º 0.47% 0.79% -
XYZ 34.44 48.27 45.53 -
YUV 169.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 107 202 170 0.47 0 0.16 0.21 159.79 0.47 0.61
Hex 6B CA AA 2F 0 10 15 A0 2F 3D
Octal 153 312 252 57 0 20 25 240 57 75
Binary 1101011 11001010 10101010 101111 0 10000 10101 10100000 101111 111101

Color Harmonies of #6BCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAAA

Black with #6BCAAA

Text Example


Text Example

White with #6BCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,202,170); }

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

background-color css

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

 a { background-color: rgb(107,202,170); }

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

border-color css

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

 span { border-color: rgb(107,202,170); }

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