Html Css Color HEX #6BCAA6 Medium Aquamarine

📋 copy color: '#6BCAA6'

red 107 ◦ green 202 ◦ blue 166

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

Shades of Medium Aquamarine #6BCAA6

Tints of Medium Aquamarine #6BCAA6

RGB

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

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

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

R = 22.53%
G = 42.53%
B = 34.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#6BCAA6 (or 0x6BCAA6) is known color: Medium Aquamarine. HEX triplet: 6B, CA and A6. RGB value is (107,202,166). Sum of RGB (Red+Green+Blue) = 107+202+166=475 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.53% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAA6 is #943559. Grayscale: #A9A9A9. Windows color (decimal): -9712986 or 10930795. OLE color: 10930795.

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

Color convert

RGB 107 202 166 -
CMYK 0.47 0 0.18 0.21
HSL 157.26º 0.47% 0.61% -
HSV(B) 157.26º 0.47% 0.79% -
XYZ 34.07 48.12 43.57 -
YUV 169.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 107 202 166 0.47 0 0.18 0.21 157.26 0.47 0.61
Hex 6B CA A6 2F 0 12 15 9D 2F 3D
Octal 153 312 246 57 0 22 25 235 57 75
Binary 1101011 11001010 10100110 101111 0 10010 10101 10011101 101111 111101

Color Harmonies of #6BCAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCAA6

Black with #6BCAA6

Text Example


Text Example

White with #6BCAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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