Html Css Color HEX #6BECA1 Medium Aquamarine

📋 copy color: '#6BECA1'

red 107 ◦ green 236 ◦ blue 161

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

Shades of Medium Aquamarine #6BECA1

Tints of Medium Aquamarine #6BECA1

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.83%

 BLUE value IS 161 (63.28% from 255) = 31.94%

R = 21.23%
G = 46.83%
B = 31.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#6BECA1 (or 0x6BECA1) is known color: Medium Aquamarine. HEX triplet: 6B, EC and A1. RGB value is (107,236,161). Sum of RGB (Red+Green+Blue) = 107+236+161=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 236 (92.58% from 255 or 46.83% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BECA1 is #94135E. Grayscale: #BDBDBD. Windows color (decimal): -9704287 or 10611819. OLE color: 10611819.

HSL color Cylindrical-coordinate representation of color #6BECA1: hue angle of 145.12º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECA1 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 236 161 -
CMYK 0.55 0 0.32 0.07
HSL 145.12º 0.77% 0.67% -
HSV(B) 145.12º 0.55% 0.93% -
XYZ 42.49 65.69 44.16 -
YUV 188.88 112.26 69.6 -
System Red Green Blue C M Y K H S L
Decimal 107 236 161 0.55 0 0.32 0.07 145.12 0.77 0.67
Hex 6B EC A1 37 0 20 7 91 4D 43
Octal 153 354 241 67 0 40 7 221 115 103
Binary 1101011 11101100 10100001 110111 0 100000 111 10010001 1001101 1000011

Color Harmonies of #6BECA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BECA1

Black with #6BECA1

Text Example


Text Example

White with #6BECA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,236,161); }

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

background-color css

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

 a { background-color: rgb(107,236,161); }

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

border-color css

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

 span { border-color: rgb(107,236,161); }

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